5 lines
214 B
C
5 lines
214 B
C
#define arrow_left_width 9
|
|
#define arrow_left_height 9
|
|
static unsigned char arrow_left_bits[] = {
|
|
0x00, 0x00, 0x08, 0x00, 0x04, 0x00, 0x02, 0x00, 0xff, 0x01, 0x02, 0x00,
|
|
0x04, 0x00, 0x08, 0x00, 0x00, 0x00 };
|