5 lines
211 B
C
5 lines
211 B
C
#define arrow_up2_width 9
|
|
#define arrow_up2_height 9
|
|
static unsigned char arrow_up2_bits[] = {
|
|
0x10, 0x00, 0x38, 0x00, 0x7c, 0x00, 0xfe, 0x00, 0x38, 0x00, 0x38, 0x00,
|
|
0x38, 0x00, 0x38, 0x00, 0x00, 0x00 };
|