5 lines
130 B
C
5 lines
130 B
C
|
#define max_width 8
|
||
|
#define max_height 8
|
||
|
static unsigned char max_bits[] = {
|
||
|
0xf0, 0xe0, 0xf0, 0xa0, 0x05, 0x0f, 0x07, 0x0f };
|