4 lines
142 B
C
4 lines
142 B
C
#define max_toggled_width 6
|
|
#define max_toggled_height 6
|
|
static unsigned char max_toggled_bits[] = {
|
|
0x3c, 0x27, 0x25, 0x3d, 0x11, 0x1f };
|