5 lines
145 B
C
Raw Normal View History

2024-09-25 12:35:47 -07:00
#define max_disabled_width 6
#define max_disabled_height 6
static unsigned char max_disabled_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };