4 lines
151 B
C
4 lines
151 B
C
#define icon_arrow_width 5
|
|
#define icon_arrow_height 8
|
|
static unsigned char icon_arrow_bits[] = {
|
|
0x04, 0x0e, 0x1f, 0x04, 0x04, 0x04, 0x04, 0x04 };
|