8 lines
435 B
C
8 lines
435 B
C
#define arrow_down2_width 18
|
|
#define arrow_down2_height 18
|
|
static char arrow_down2_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00,
|
|
0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00,
|
|
0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00, 0xFC, 0xFF, 0x00, 0xFC, 0xFF, 0x00,
|
|
0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00, 0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00,
|
|
0x00, 0x03, 0x00, 0x00, 0x03, 0x00, };
|