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 clover_width 16
|
|
#define clover_height 16
|
|
static unsigned char clover_bits[] = {
|
|
0xff, 0xff, 0x7f, 0xfe, 0x7f, 0xfe, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc,
|
|
0x1f, 0xf8, 0x1f, 0xf8, 0x1c, 0x38, 0x30, 0x0c, 0x60, 0x06, 0xc1, 0x83,
|
|
0xc1, 0x83, 0x83, 0xc1, 0x87, 0xe1, 0x3f, 0xfc };
|