5 lines
217 B
C
5 lines
217 B
C
#define arrow_left2_width 9
|
|
#define arrow_left2_height 9
|
|
static unsigned char arrow_left2_bits[] = {
|
|
0x00, 0x00, 0x08, 0x00, 0x0c, 0x00, 0xfe, 0x00, 0xff, 0x00, 0xfe, 0x00,
|
|
0x0c, 0x00, 0x08, 0x00, 0x00, 0x00 };
|