block.h
来自「attendace system on 8051 chipset from in」· C头文件 代码 · 共 18 行
H
18 行
/*S 8 8 8 1 BLOCK.H LCDIcon FileDescriptor: Do not edit or move */
/* Put Your Comments Here */
#define BLOCK_BMP_COLS 8
#define BLOCK_BMP_ROWS 8
const char code block[] =
{
0xFF, /* #### */
0xFF, /* #### */
0xFF, /* #### */
0xFF, /* #### */
0xFF, /* #### */
0xFF, /* #### */
0xFF, /* #### */
0xFF /* #### */
};