2024-01-06 03:41:49 +00:00

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};