mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
297 B
Plaintext
22 lines
297 B
Plaintext
#define confirm1_width 16
|
|
#define confirm1_height 16
|
|
static char confirm1_bits[] = {
|
|
0x00, 0x70,
|
|
0xe0, 0xf8,
|
|
0xc0, 0xc8,
|
|
0xce, 0xe6,
|
|
0xdf, 0x73,
|
|
0xdb, 0x31,
|
|
0xdb, 0x03,
|
|
0xdf, 0x36,
|
|
0xce, 0x36,
|
|
0x00, 0x00,
|
|
0x20, 0x00,
|
|
0x31, 0x00,
|
|
0x59, 0x92,
|
|
0x8f, 0x61,
|
|
0x87, 0x61,
|
|
0x43, 0x92,
|
|
|
|
};
|