mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
381 B
Plaintext
22 lines
381 B
Plaintext
#define mike_width 21
|
|
#define mike_height 16
|
|
static char mike_bits[] = {
|
|
0x14, 0x00, 0x00,
|
|
0x2a, 0x00, 0x00,
|
|
0x55, 0x00, 0x00,
|
|
0xaa, 0x00, 0x00,
|
|
0xd5, 0x00, 0x00,
|
|
0xaa, 0x00, 0x00,
|
|
0xd4, 0x01, 0x00,
|
|
0xf8, 0x03, 0x00,
|
|
0xc0, 0x07, 0x00,
|
|
0xc0, 0x0f, 0x00,
|
|
0x60, 0x1f, 0x00,
|
|
0x20, 0x3e, 0x00,
|
|
0x30, 0x7c, 0x00,
|
|
0x10, 0xf8, 0x18,
|
|
0x18, 0xf0, 0x04,
|
|
0x3c, 0x60, 0x03,
|
|
|
|
};
|