mirror of
https://github.com/Lemonochrme/clover.git
synced 2025-06-08 16:50:50 +02:00
6 lines
291 B
C
6 lines
291 B
C
#define failed_width 16
|
|
#define failed_height 16
|
|
static unsigned char failed_bits[] = {
|
|
0x00, 0x00, 0x06, 0x60, 0x0e, 0x70, 0x1c, 0x38, 0x38, 0x1c, 0x70, 0x0e,
|
|
0xe0, 0x07, 0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07, 0x70, 0x0e, 0x38, 0x1c,
|
|
0x1c, 0x38, 0x0e, 0x70, 0x06, 0x60, 0x00, 0x00 };
|