From f7d7bd76882ff5d889632e773598831d8794b37a Mon Sep 17 00:00:00 2001 From: Yohan Boujon Date: Mon, 27 Nov 2023 23:55:32 +0100 Subject: [PATCH] Added clover logo. --- embedded/lib/Pictures/clover.xbm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 embedded/lib/Pictures/clover.xbm diff --git a/embedded/lib/Pictures/clover.xbm b/embedded/lib/Pictures/clover.xbm new file mode 100644 index 0000000..4f520d9 --- /dev/null +++ b/embedded/lib/Pictures/clover.xbm @@ -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 };