mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
285 B
Plaintext
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,
|
|
|
|
};
|