6 lines
245 B
C
6 lines
245 B
C
|
#define arr_down_width 12
|
||
|
#define arr_down_height 12
|
||
|
static unsigned char arr_down_bits[] = {
|
||
|
0x00, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00,
|
||
|
0xe0, 0x00, 0xf8, 0x03, 0xf0, 0x01, 0xe0, 0x00, 0x40, 0x00, 0x00, 0x00};
|