1
0
Files
2022-09-29 17:59:04 +03:00

6 lines
215 B
Plaintext

#define skipb_width 16
#define skipb_height 11
static char skipb_bits[] = {
0x0f, 0xc0, 0x0f, 0xf0, 0x0f, 0xfc, 0x0f, 0xff, 0xcf, 0xff, 0xff, 0xff,
0xcf, 0xff, 0x0f, 0xff, 0x0f, 0xfc, 0x0f, 0xf0, 0x0f, 0xc0};