6 lines
231 B
C
6 lines
231 B
C
|
#define max_width 10
|
||
|
#define max_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 };
|
||
|
|