clover/embedded/lib/Pictures/clover.xbm
2023-11-27 23:55:32 +01:00

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 };