|
#define max_disabled_width 14
|
|
#define max_disabled_height 14
|
|
static unsigned char max_disabled_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0xfc, 0x00, 0xfc, 0x01,
|
|
0xf8, 0x03, 0xf0, 0x07, 0xe0, 0x0f, 0xc0, 0x0f, 0x80, 0x0f, 0x00, 0x0f,
|
|
0x00, 0x00, 0x00, 0x00 };
|