mirror of
https://github.com/ColugoMum/Smart_container.git
synced 2025-06-03 21:54:04 +08:00
6 lines
242 B
C
6 lines
242 B
C
#define srcfile_width 12
|
|
#define srcfile_height 12
|
|
static unsigned char srcfile_bits[] = {
|
|
0xfe, 0x01, 0x02, 0x01, 0x02, 0x07, 0x02, 0x04, 0x72, 0x04, 0x8a, 0x04,
|
|
0x0a, 0x04, 0x0a, 0x04, 0x8a, 0x04, 0x72, 0x04, 0x02, 0x04, 0xfe, 0x07};
|