4 lines
157 B
C
4 lines
157 B
C
#define max_disabled_width 8
|
|
#define max_disabled_height 8
|
|
static unsigned char max_disabled_bits[] = {
|
|
0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 };
|