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