2024-09-25 12:35:47 -07:00

5 lines
124 B
C
Executable File

#define shade_width 6
#define shade_height 6
static unsigned char shade_bits[] = {
0x0c, 0x0c, 0x00, 0x00, 0x00, 0x00 };