// HEL Library \\

 
Main Page | Modules | Related Pages

Background Functions

Functions


Function Documentation

void hel_BgSetMosaic u8  BgNo,
u8  Value
[inline]
 

Set BG Mosaic.

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

Parameters:
BgNo Backgroundnumber 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
[inline]
 

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


Generated on Sun May 22 18:53:56 2005 by DoxyGen 1.3.9.1