4 lines
112 B
C
4 lines
112 B
C
#define max_width 5
|
|
#define max_height 5
|
|
static unsigned char max_bits[] = {
|
|
0x1f, 0x1f, 0x11, 0x11, 0x1f };
|