Main Page | Modules | Related Pages

Bitmap Mode Functions

Functions


Function Documentation

void hel_BmpClear u16  Color  ) 
 

Clear screen/backbuffer in mode 3, 4 or 5.

Parameters:
Color : The PaletteIndex in mode4, or the Colorvalue in mode 3 and 5
This function clears the screen with the specified color in mode 3 or clears the backbuffer in mode 4 and 5.

Note:
In mode 3 and 5, use the RGB macro to generate a valid 15bit BGR colorvalue. This macro is in the HAM header mygba.h This function uses DMA channel 3!

u16* hel_BmpGetBackBuffer void   ) 
 

Get a pointer to the backbuffer in mode 4 or 5.

Returns:
This function returns a pointer to the backbuffer
Note:
Only mode 4 and 5 have a backbuffer.


Generated on Sat Jul 17 21:18:09 2004 by DoxyGen 1.3.7-20040704