1
2
3
4
5
6
|
#define max_disabled_width 14
#define max_disabled_height 14
static unsigned char max_disabled_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x03, 0x10, 0x02,
0x10, 0x02, 0x10, 0x02, 0x10, 0x02, 0xf0, 0x03, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00 };
|