mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
5 lines
124 B
C
5 lines
124 B
C
#define close_width 6
|
|
#define close_height 6
|
|
static unsigned char close_bits[] = {
|
|
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
|