mirror of
https://github.com/Lemonochrme/clover.git
synced 2025-06-08 16:50:50 +02:00
Added clover logo.
This commit is contained in:
parent
668d22fd40
commit
f7d7bd7688
1 changed files with 6 additions and 0 deletions
6
embedded/lib/Pictures/clover.xbm
Normal file
6
embedded/lib/Pictures/clover.xbm
Normal 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 };
|
Loading…
Add table
Reference in a new issue