5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
|
#define down_arrow_8_width 8
|
||
|
#define down_arrow_8_height 8
|
||
|
static char down_arrow_8_bits[] = {
|
||
|
0xff, 0xff, 0x7e, 0x7e, 0x3c, 0x3c, 0x18, 0x18};
|