5 lines
148 B
C
Executable File
5 lines
148 B
C
Executable File
#define max_toggled_width 7
|
|
#define max_toggled_height 7
|
|
static unsigned char max_toggled_bits[] = {
|
|
0x00, 0x00, 0x0e, 0x00, 0x38, 0x00, 0x00 };
|