6 lines
231 B
C
6 lines
231 B
C
|
#define max_toggled_width 10
|
||
|
#define max_toggled_height 10
|
||
|
static unsigned char max_toggled_bits[] = {
|
||
|
0xff, 0x03, 0xe1, 0x03, 0xe1, 0x03, 0xe1, 0x03, 0xe1, 0x03, 0xff, 0x03,
|
||
|
0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 };
|