mirror of
https://github.com/shagr4th/droid48
synced 2025-01-29 20:34:23 +01:00
7 lines
222 B
C
7 lines
222 B
C
|
#define left_width 11
|
||
|
#define left_height 11
|
||
|
static unsigned char left_bits[] = {
|
||
|
0x00, 0x04, 0x00, 0x07, 0xc0, 0x07, 0xf0, 0x07, 0xfc, 0x07, 0xff, 0x07,
|
||
|
0xfc, 0x07, 0xf0, 0x07, 0xc0, 0x07, 0x00, 0x07, 0x00, 0x04};
|
||
|
|