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

22 lines
288 B
Plaintext

#define scale_width 16
#define scale_height 16
static char scale_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x60, 0x03,
0x98, 0x0c,
0x80, 0x00,
0x94, 0x14,
0x00, 0x00,
0x22, 0x22,
0x00, 0x00,
0x63, 0x63,
0x3e, 0x3e,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
};