5 lines
217 B
C
5 lines
217 B
C
#define arrow_right_width 9
|
|
#define arrow_right_height 9
|
|
static unsigned char arrow_right_bits[] = {
|
|
0x00, 0x00, 0x20, 0x00, 0x40, 0x00, 0x80, 0x00, 0xff, 0x01, 0x80, 0x00,
|
|
0x40, 0x00, 0x20, 0x00, 0x00, 0x00 };
|