Author Topic: pic not displaying  (Read 7346 times)

0 Members and 1 Guest are viewing this topic.

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
pic not displaying
« on: June 09, 2010, 11:23:58 am »
Well, after finally typing all that geekboy has given to me from the logo I sent him, it somehow managed to not work. Here is the logo hex as well as the binary. I have added an attachment for the hex.

and I have included a screenshot of what happens when I try to pt-on it in axe.  :-\
In the text file, you may notice a bunch of 0's in a column under the actual hex. That is just leftover 0's but it is still part of the hex. I have only typed in my calculator what is in the main body of hex values and left off the column of 0's.
« Last Edit: June 09, 2010, 11:25:42 am by Snake X »
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

SirCmpwn

  • Guest
Re: pic not displaying
« Reply #1 on: June 09, 2010, 11:25:38 am »
Code: [Select]
conj(Pic1,L6,768
DispGraph
Try that one.

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: pic not displaying
« Reply #2 on: June 09, 2010, 11:28:31 am »
while that does work, it gives some unwanted results at the bottom.
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

SirCmpwn

  • Guest
Re: pic not displaying
« Reply #3 on: June 09, 2010, 11:30:41 am »
Try conj(Pic1,L6,312
ClrDraw first, too.
« Last Edit: June 09, 2010, 11:32:09 am by Mr_Coding_Knight »

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: pic not displaying
« Reply #4 on: June 09, 2010, 11:33:33 am »
thanks. That did make it work.

edit: actually, how would I do a pt-off on that if I'm doing this on a black screen?
« Last Edit: June 09, 2010, 11:39:16 am by Snake X »
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

SirCmpwn

  • Guest
Re: pic not displaying
« Reply #5 on: June 09, 2010, 11:40:28 am »
Good.  Did you seriously type all of that hex into your calculator manually?
If so, you should look into other tools, like http://ourl.ca/4610/85725
Also, can you elaborate on that last question?  What exactly are you trying to do?  If you want the picture inverted, do DispInv after it.  If you want it against a white background, do a ClrDraw first.

**Edit** This program will also convert it on your computer instead: http://ourl.ca/4610/85915
You can also keep a picture file in RAM and use [Pic1]->Pic1 to absorb Pic1 (the user variable on-calc) into the binary.
« Last Edit: June 09, 2010, 11:45:01 am by Mr_Coding_Knight »

Offline Snake X

  • Ancient Veteran
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 810
  • Rating: +33/-8
    • View Profile
Re: pic not displaying
« Reply #6 on: June 09, 2010, 11:46:08 am »
I looked at that, and I have used it before, but I couldn't do anything with it because geekboy was the one to convert that image for me.
Loved this place, still the best producers of power metal, and sparked my dreams of coding.

SirCmpwn

  • Guest
Re: pic not displaying
« Reply #7 on: June 09, 2010, 11:49:27 am »
Oh, I see.  If you want to convert your own images, you can also use a lot of the tools on ticalc, in this directory.
Particularly useful are the Image Studio and Pixel Painter utilities.  If you export to an 8xi file, you can use my programs to convert it for Axe.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: pic not displaying
« Reply #8 on: June 09, 2010, 03:28:29 pm »
CalcGS/Graphic Studio can also export tiles to hex/z80 code. I think the data is formatted weirdly, though.