Return to previous page Return to menu Go to next page

 / * SCL_CELL * /
                              / * Specify cell format * /
     Uint8 mapover; / * Screen over processing * /
                              / * Screen over processing register (18003ah) * /
                              / * SCL_OVER_0 * /
                              / * Set outside the display area as the display area * /
                              / * Repeat repeated images. * /
                              / * SCL_OVER1 * /
                              / * Outside the display area, screen over pattern * /
                              / * Repeat the pattern specified in the name register * /
                              / * (Revolving surface only) * /
                              / * SCL_OVER_2 * /
                              / * Make it transparent outside the display area * /
                              / * SCL_OVER_3 * /
                              / * Change the display area to 512x512 * /
                              Make everything other than / * transparent * /
     Uint8 flip; / * Character number assist mode * /
                              / * Special features when the pattern name data size is 1 Word * /
                              / * Specify whether to use the reverse function. */
                              / * If specified, specify the character number as 10bit * /
                              / * Otherwise, it will be 12bit * /
                              / * Pattern name control register (180030h to 180038h) * /
                              / * SCL_PN_10BIT * /
                              / * Enable special function and reverse function * /
                              / * SCL_PN_12BITT * /
                              / * Disable special function and reverse function * /
     Uint16 patnamecontrl; / * Auxiliary data in the pattern name control register * /
     Uint32 plate_addr [16]; / * Scroll screen map register * /
                              / * For cell format, the start address of the pattern name table is * /
                              / * Specified * /
                              / * Start address of bitmap data for bitmap format * /
                              Specify / * * /
                              / * Normal (180040h ~ 18004eh) * /
                              / * Rotation (180050h ~ 18006eh) * /
     } Sclconfig;


Return to previous page Return to menu Go to next page