color0 | Upper left color |
color1 | Upper right color |
color2 | Bottom left color |
The following makes a background with blue in upper and black at the bottom side of the screen. void njUserInit(void) { sbInitSystem( NJD_RESOLUTION_VGA, NJD_FRAMEBUFFER_MODE_RGB565, 1 ); : njSetBackColor( 0xff0000ff,0xff0000ff,0xff000000 ); }