blob: b1e54095784bc8ba36919e859d06cd431513b78e (
plain)
1
2
3
4
5
|
#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 };
|