5 lines
214 B
C
5 lines
214 B
C
#define arrow_down_width 9
|
|
#define arrow_down_height 9
|
|
static unsigned char arrow_down_bits[] = {
|
|
0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00, 0x92, 0x00,
|
|
0x54, 0x00, 0x38, 0x00, 0x10, 0x00 };
|