Files
2017-10-19 12:40:28 -04:00

22 lines
285 B
Plaintext

#define menu_width 16
#define menu_height 16
static char menu_bits[] = {
0xff, 0x03,
0x01, 0x02,
0x01, 0x02,
0x01, 0x02,
0xff, 0x03,
0xff, 0x03,
0x7f, 0x00,
0x7f, 0x0f,
0x01, 0x07,
0x01, 0x0f,
0x01, 0x1d,
0x7f, 0x38,
0x01, 0x70,
0x01, 0xe2,
0x01, 0x42,
0xff, 0x03,
};