lightmeter/icon_arrow.c

5 lines
151 B
C
Raw Normal View History

2018-03-26 15:55:17 +00:00
#define icon_arrow_width 5
#define icon_arrow_height 8
static unsigned char icon_arrow_bits[] = {
0x04, 0x0e, 0x1f, 0x04, 0x04, 0x04, 0x04, 0x04 };