Added clover logo.

This commit is contained in:
Yohan Boujon 2023-11-27 23:55:32 +01:00
parent 668d22fd40
commit f7d7bd7688

View file

@ -0,0 +1,6 @@
#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 };