|
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!
|