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