5 lines
217 B
C
5 lines
217 B
C
#define arrow_down2_width 9
|
|
#define arrow_down2_height 9
|
|
static unsigned char arrow_down2_bits[] = {
|
|
0x00, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0x38, 0x00, 0xfe, 0x00,
|
|
0x7c, 0x00, 0x38, 0x00, 0x10, 0x00 };
|