I'm using "Mode 12h" display, ie. screen 640x480 pixels with 16 colors.
My problem is, how to paint the entire display in a flash ?
When i draw a bitmap on to the display memory, each and every
plotting of pixel is obvious to the user. How can i eliminate this?
i can't use page flipping B coz Mode 12h has only 1 page left.
Can i use virtual display to plot entire screen first and then copy it to the
display memory at one shot during vertical retrace? i never tried this technic and
I don't think it will be fast enough to do in a single vertical retrace.
so i think it will be a bad idea (its my opinion and i am not sure of it

What about ur suggestions?
I just want to display the screen as like ms-windows displays in safe mode.
I welcome any idea, code sample and suggestions.
Thanks
YogaRamanan.T