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

22 lines
294 B
Plaintext

#define diag2_2_width 16
#define diag2_2_height 16
static char diag2_2_bits[] = {
0x33, 0x33,
0x66, 0x66,
0xcc, 0xcc,
0x99, 0x99,
0x33, 0x33,
0x66, 0x66,
0xcc, 0xcc,
0x99, 0x99,
0x33, 0x33,
0x66, 0x66,
0xcc, 0xcc,
0x99, 0x99,
0x33, 0x33,
0x66, 0x66,
0xcc, 0xcc,
0x99, 0x99,
};