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

22 lines
291 B
Plaintext

#define scale1_width 16
#define scale1_height 16
static char scale1_bits[] = {
0x00, 0x06,
0xe0, 0x09,
0x90, 0x00,
0x88, 0x14,
0x80, 0x00,
0x14, 0x22,
0x00, 0x00,
0x22, 0x63,
0x00, 0x3e,
0x63, 0x00,
0x3e, 0x80,
0x00, 0xc0,
0x29, 0x65,
0xc6, 0x3c,
0xc6, 0x18,
0x29, 0x09,
};