mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
6 lines
222 B
C
6 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};
|
|
|