mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
4 lines
124 B
C
4 lines
124 B
C
#define close_width 6
|
|
#define close_height 6
|
|
static unsigned char close_bits[] = {
|
|
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
|