5 lines
246 B
C
5 lines
246 B
C
|
#define max_toggled_width 10
|
||
|
#define max_toggled_height 10
|
||
|
static unsigned char close_bits[] = {
|
||
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|