8 lines
429 B
C
8 lines
429 B
C
#define arrow_up2_width 18
|
|
#define arrow_up2_height 18
|
|
static char arrow_up2_bits[] = {
|
|
0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00,
|
|
0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00, 0xFC, 0xFF, 0x00, 0xFC, 0xFF, 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,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
|