6 lines
255 B
C
6 lines
255 B
C
|
#define max_toggled_width 12
|
||
|
#define max_toggled_height 12
|
||
|
static unsigned char max_toggled_bits[] = {
|
||
|
0x00, 0x00, 0xfc, 0x0f, 0xfc, 0x0f, 0x0c, 0x0c, 0xff, 0x0d, 0xff, 0x0d,
|
||
|
0x83, 0x0d, 0x83, 0x0f, 0x83, 0x0f, 0xff, 0x01, 0xff, 0x01, 0x00, 0x00 };
|