6 lines
215 B
Plaintext
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};
|