Steve, I'm about to start a project where I will put images to the screen using _MEM processing. I'll view again your videos 1&2 to remind myself of the exact methods to change the RGB values of individual pixels. But I'm wondering when the actual screen gets updated with the new values. If I were using _HARDWARE imaging, I'd have a _DISPLAY at every processing loop to update the screen, but I assume that _DISPLAY is not required (and is inappropriate) for _MEM screen methods. Do I just set the _LIMIT value of my program to whatever is required for the correct processing rate and the screen will get updated at the computer/screen refresh rate, ie we leave the graphics setting at the default _AUTODISPLAY? - Qwerkey's dim question of the week no. 20,348!