5 lines
142 B
C
5 lines
142 B
C
|
#define max_toggled_width 6
|
||
|
#define max_toggled_height 6
|
||
|
static unsigned char max_toggled_bits[] = {
|
||
|
0x28, 0x18, 0x38, 0x07, 0x06, 0x05 };
|