This commit is contained in:
Alexander Navarro 2023-02-15 19:19:28 -03:00
parent 117b20bb7b
commit d1a84e4699
1926 changed files with 257334 additions and 11 deletions

View file

@ -0,0 +1,4 @@
#define close_width 6
#define close_height 6
static unsigned char close_bits[] = {
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };