Main Page | Modules | Related Pages

Background Functions

Functions


Function Documentation

void hel_BgSetMosaic u8  BgNo,
u8  Value
 

Set BG Mosaic.

The hel_BgSetMosaic function enables or disables mosaic processing for the background specified by BgNo.

Parameters:
BgNo Background number you want to set mosaic for
Value TRUE to enable or FALSE to disable mosaic processing
See also:
hel_BgSetMosaicSize

void hel_BgSetMosaicSize u8  HSize,
u8  VSize
 

Set BG Mosaic Size.

The hel_BgSetMosaicSize function sets the horizontal and vertical mosaic size for the BG system. The background mosaic size applies to all backgrounds with mosaic enabled (hel_BgSetMosaic).

Parameters:
HSize Horizontal Size of Mosaic (0..15)
VSize Vertical Size of Mosaic (0..15)
See also:
hel_BgSetMosaic

void hel_BgSetPrio u8  BgNo,
u8  Prio
 

Set BG Priority.

The hel_BgSetPrio function sets the priority of the background specified by BgNo to the new value specified by Prio.

Parameters:
BgNo Background number
Prio The new priority. Must be between 0..3


Generated on Sun Oct 9 20:21:00 2005 by DoxyGen 1.4.4