Title |
Function |
format voidSCL_SetCoefficientData (Uint32 surface, Uint16 * datap, Uint16 x, Uint16 y) Input surface: Specify which rotation parameter table to perform data set. (SCL_RBG_TB_A, SCL_RBG_TB_B) : datap: Data table pointer x x: Data size in the X direction : y: Y direction data size Output None Function value None Function Sets the enlargement / reduction coefficient data in the rotation parameter coefficient table.
Title |
Function |
Function Name |
No |
format void SCL_SetMosaic (Uint32 surface, Uint8 x, Uint8 y) Input surface: Screen type SCL_NBG0 | SCL_NBG1 | SCL_NBG2 | SCL_NBG3 | SCL_RBG0 | SCL_RBG1 : x: Horizontal mosaic size (0-15, 0 for mosaic off) y y: vertical mosaic size (0 to 15) : Cannot be set for the rotating surface (RBG0, RBG1). Output None Function value None Function Mosaic processing is set for each screen. Remarks Vertical cell scrolling cannot be used when mosaic processing is used.