Files
2017-10-19 12:40:28 -04:00

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,
};