main and sub screen
Posted: Mon Nov 10, 2008 12:44 am
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:
where video_buffer_main usually is VRAM_A and logo is a bitmap.
Thx.
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);
Thx.