blob: 1987cc2581f2c17a30a98cedfdd3d5c47c2331ac (
plain)
1
2
3
4
5
|
#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 };
|