● RGB mode color sample ● #define CD_Blank (0<<10) | (0<<5) | (0) | RGB_Flag #define CD_DarkRed (0<<10) | (0<<5) | (8) | RGB_Flag #define CD_DarkGreen (0<<10) | (8<<5) | (0) | RGB_Flag : : #define CD_Purple (31<<10) | (0<<5) | (31) | RGB_Flag #define CD_Magenta (31<<10) | (31<<5) | (0) | RGB_Flag #define CD_White (31<<10) | (31<<5) | (31) | RGB_Flag
Figure 8-16 Relationship between display position and rotation center position
Scroll image to register | |||||
---|---|---|---|---|---|
NBG0 | NBG1 | NBG2 | NBG3 | RBG0 | |
Assignment value | NBG0ON | NBG1ON | NBG2ON | NBG3ON | RBG0ON |
● Multiple scroll plane registration●Uint16 slScrAutoDisp(NBG0ON|NBG1ON|RBG0ON); ↑ ↑ ↑ | | RBG0 registration | NBG1 registration NBG0 registration
(| = or operator)
NBG0 | NBG1 | NBG2 | NBG3 | RBG0 | ||||||
---|---|---|---|---|---|---|---|---|---|---|
ON | OFF | ON | OFF | ON | OFF | ON | OFF | ON | OFF | |
Assignment value | NBG0ON | NBG0OFF | NBG1ON | NBG1OFF | NBG2ON | NBG2OFF | NBG3ON | NBG3OFF | RBG0ON | RBG0OFF |
Flow 8-2 Flow up to scroll drawing