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

6 lines
215 B
Plaintext

#define skipf_width 16
#define skipf_height 11
static char skipf_bits[] = {
0x03, 0xf0, 0x0f, 0xf0, 0x3f, 0xf0, 0xff, 0xf0, 0xff, 0xf3, 0xff, 0xff,
0xff, 0xf3, 0xff, 0xf0, 0x3f, 0xf0, 0x0f, 0xf0, 0x03, 0xf0};