mirror of
https://github.com/ColugoMum/Smart_container.git
synced 2025-06-03 21:54:04 +08:00
7 lines
284 B
C
7 lines
284 B
C
|
#define maximize_width 15
|
||
|
#define maximize_height 15
|
||
|
static unsigned char maximize_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x04, 0x10, 0x04, 0x70, 0x04, 0x70,
|
||
|
0x04, 0x70, 0x04, 0x70, 0x04, 0x70, 0x04, 0x70, 0x04, 0x70, 0x04, 0x70,
|
||
|
0xfc, 0x7f, 0xf0, 0x7f, 0xf0, 0x7f};
|