5 lines
211 B
C
5 lines
211 B
C
#define arrow_box_width 9
|
|
#define arrow_box_height 9
|
|
static unsigned char arrow_box_bits[] = {
|
|
0xff, 0x01, 0x01, 0x01, 0x11, 0x01, 0x20, 0x01, 0x7f, 0x01, 0x20, 0x01,
|
|
0x11, 0x01, 0x01, 0x01, 0xff, 0x01 };
|