Re: A85: PIC Conversion


[Prev][Next][Index][Thread]

Re: A85: PIC Conversion




> Is there a program that can convert PICs from the calc to ASM code?  Not
> compressed, black and white of course, just plain .db $XX, etc.?  If so,
> what does it do with the two lines that aren't created by a PIC file?

Although the graph screen does not use the bottom and right rows of
pixels, they are still stored in pictures. It's much easier to just copy
a block of memory than it is to move bits around and stuff to
compensate for the missing lines. It's not worth the 24 bytes.
If you make a picture that uses those lines (you'd have to hex edit
it) and then display it, those lines will appear like all of the others.
They just won't be erased when you go back to the home screen.