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