📄 space.h
字号:
/*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 /* ........ */
};