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