mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
#define rthumb_width 16
|
|
#define rthumb_height 16
|
|
static char rthumb_bits[] = {
|
|
0x00, 0x00,
|
|
0xfc, 0x03,
|
|
0x92, 0x04,
|
|
0x92, 0x04,
|
|
0x92, 0x04,
|
|
0x02, 0x04,
|
|
0x02, 0x0c,
|
|
0x02, 0x78,
|
|
0x02, 0x80,
|
|
0x02, 0x80,
|
|
0x06, 0x7e,
|
|
0xfc, 0x03,
|
|
0x08, 0x01,
|
|
0x08, 0x01,
|
|
0xf8, 0x01,
|
|
0x00, 0x00,
|
|
|
|
};
|