dot.h

来自「attendace system on 8051 chipset from in」· C头文件 代码 · 共 18 行

H
18
字号
/*S 8 8 8 1  DOT.H   LCDIcon FileDescriptor: Do not edit or move */
/* Put Your Comments Here */

#define DOT_BMP_COLS 8
#define DOT_BMP_ROWS 8

const char code dot[] =
{
0x00,    /*  ........  */
0x00,    /*  ........  */
0x00,    /*  ........  */
0x60,    /*  .#.....  */
0x60,    /*  .#.....  */
0x00,    /*  ........  */
0x00,    /*  ........  */
0x00     /*  ........  */
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?