mirror of
https://github.com/shagr4th/droid48
synced 2025-01-30 20:34:41 +01:00
6 lines
222 B
C
6 lines
222 B
C
#define down_width 11
|
|
#define down_height 11
|
|
static unsigned char down_bits[] = {
|
|
0xff, 0x07, 0xfe, 0x03, 0xfe, 0x03, 0xfc, 0x01, 0xfc, 0x01, 0xf8, 0x00,
|
|
0xf8, 0x00, 0x70, 0x00, 0x70, 0x00, 0x20, 0x00, 0x20, 0x00};
|
|
|