4 lines
118 B
C
4 lines
118 B
C
#define max_width 6
|
|
#define max_height 6
|
|
static unsigned char max_bits[] = {
|
|
0x3e, 0x22, 0x2f, 0x29, 0x39, 0x0f };
|