5 lines
136 B
C
Executable File
5 lines
136 B
C
Executable File
#define max_toggled_width 5
|
|
#define max_toggled_height 5
|
|
static unsigned char max_toggled_bits[] = {
|
|
0x04, 0x04, 0x15, 0x0e, 0x04 };
|