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

22 lines
291 B
Plaintext

#define dashes_width 16
#define dashes_height 16
static char dashes_bits[] = {
0x33, 0x33,
0x00, 0x00,
0xcc, 0xcc,
0x00, 0x00,
0x33, 0x33,
0x00, 0x00,
0xcc, 0xcc,
0x00, 0x00,
0x33, 0x33,
0x00, 0x00,
0xcc, 0xcc,
0x00, 0x00,
0x33, 0x33,
0x00, 0x00,
0xcc, 0xcc,
0x00, 0x00,
};