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 max_width 8
#define max_height 8
static unsigned char max_bits[] = {
0xff, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0xff };