Page 1 of 1

Custom PUT routine to screen 12

Posted: Wed Feb 13, 2008 9:41 pm
by JaniH
Hi! I have created a 18*18 pixels image and saved it with bsave in screen 12. Is there way to draw that picture pixel by pixel from memory after bloading it? For example drawing only 10*10 pixels instead 18*18 pixels. Anyway, I know how to do that in screen 13, but I don't know how to get it work in screen 12. Can anyone help me?

Sure

Posted: Thu Feb 14, 2008 12:58 am
by burger2227
I gather you are using a BLOAD array. PUT the image on the screen and then just GET what you need and erase the original picture. This should hardly take much time. Just erase it with a black full box. CLS is too slow and can cause screen flicker.

If you use two Arrays or index one array, then you can have either one shown later using PUT.

Ted