Title |
Data B> |
Data Name |
No |
For details on the
typedef struct Sclconfig {
Uint8 dispenbl; / * Display ON / OFF * /
/ * Screen display enable register (180020h) * /
/ * Display picture on ON screen * /
/ * OFF No picture on screen * /
Uint8 charsize; / * Character size * /
/ * Character control register (180028h ~ 18002ah) * /
/ * SCL_CHAR_SIZE_1X1 * /
/ * Set to 1X1 * /
/ * SCL_CHAR_SIZE_2x2 * /
/ * Set to 2x2 * /
Uint8 pnamesize; / * Pattern name size * /
/ * Pattern name control register (180030h to 180038h) * /
/ * SCL_PN2WORD * /
/ * Set to 2 Word units * /
/ * SCL_PN1WORD * /
/ * 1 Word unit setting * /
Uint8 platesize; / * Plain size * /
/ * Plain size register (18003ah) * /
/ * SCL_PL_SIZE_1X1 * /
/ * Set to 1X1 * /
/ * SCL_PL_SIZE_2X1 * /
/ * Set to 2X1 * /
/ * SCL_PL_SIZE_2X2 * /
/ * Set to 2x2 * /
Uint8 bmpsize; / * Bitmap size * /
/ * Character control register (180028h ~ 18002ah) * /
/ * SCL_BMP_SIZE_512X256 * /
/ * Set to 512X256 * /
/ * SCL_BMP_SIZE_512X512 * /
/ * Set to 512X512 * /
/ * SCL_BMP_SIZE_1024X256 * /
/ * Set to 1024X256 * /
/ * SCL_BMP_SIZE_1024X512 * /
/ * Set to 1024X512 * /
Uint8 coltype; / * Number of character colors * /
/ * Character control register (180028h ~ 18002ah) * /
/ * SCL_COL_TYPE_16 * /
/ * Set to 16 colors * /
/ * SCL_COL_TYPE_256 * /
/ * Set to 256 colors * /
/ * SCL_COL_TYPE_2048 * /
/ * Set to 2048 colors * /
/ * SCL_COL_TYPE_32K * /
/ * Set to 320,000 colors * /
/ * SCL_COL_TYPE_1M * /
/ * Set to 16.77 million colors * /
Uint8 datatype; / * Bitmap enable * /
/ * Character control register (180028h ~ 18002ah) * /
/ * SCL_BITMAP * /
/ * Specify bitmap format * /