6 lines
217 B
C
6 lines
217 B
C
|
#define max_toggled_width 9
|
||
|
#define max_toggled_height 9
|
||
|
static unsigned char max_toggled_bits[] = {
|
||
|
0xfc, 0x01, 0xfc, 0x01, 0x04, 0x01, 0x3f, 0x01, 0x3f, 0x01, 0x21, 0x01,
|
||
|
0xe1, 0x01, 0x21, 0x00, 0x3f, 0x00 };
|