5 lines
220 B
C
5 lines
220 B
C
#define arrow_right2_width 9
|
|
#define arrow_right2_height 9
|
|
static unsigned char arrow_right2_bits[] = {
|
|
0x00, 0x00, 0x20, 0x00, 0x60, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0xfe, 0x00,
|
|
0x60, 0x00, 0x20, 0x00, 0x00, 0x00 };
|