6 lines
227 B
C
6 lines
227 B
C
|
#define max_toggled_width 10
|
||
|
#define max_toggled_height 10
|
||
|
static unsigned char max_toggled_bits[] = {
|
||
|
0xF3, 0x03, 0xF3, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
|
||
|
0x03, 0x03, 0x03, 0x03, 0x3F, 0x03, 0x3F, 0x03 };
|