Page 1 of 1

main and sub screen

Posted: Mon Nov 10, 2008 12:44 am
by albert
Hello.
How could I put a image in the main screen simultaneously with other image in the sub screen? I only know put on the main screen.
Example:

Code: Select all

DisplayBmp(video_buffer_main, BG_PALETTE, logo);
where video_buffer_main usually is VRAM_A and logo is a bitmap.
Thx.