mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
303 B
Plaintext
22 lines
303 B
Plaintext
#define microscope_width 16
|
|
#define microscope_height 16
|
|
static char microscope_bits[] = {
|
|
0xe0, 0x00,
|
|
0xa0, 0x00,
|
|
0xf0, 0x01,
|
|
0xa0, 0x00,
|
|
0xa0, 0x00,
|
|
0xe0, 0x03,
|
|
0x60, 0x07,
|
|
0xe0, 0x0f,
|
|
0xa0, 0x1c,
|
|
0xf0, 0x39,
|
|
0x48, 0x32,
|
|
0x00, 0x30,
|
|
0xf8, 0x33,
|
|
0x80, 0x39,
|
|
0x00, 0x1f,
|
|
0xfc, 0x3f,
|
|
|
|
};
|