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[] = {
|
||
|
0x00, 0x00, 0xf8, 0x01, 0x08, 0x01, 0x7e, 0x01, 0x42, 0x01, 0x42, 0x01,
|
||
|
0xc2, 0x01, 0x42, 0x00, 0x7e, 0x00, 0x00, 0x00 };
|