5 lines
118 B
C
5 lines
118 B
C
#define N_width 5
|
|
#define N_height 7
|
|
static unsigned char N_bits[] = {
|
|
0x11, 0x11, 0x13, 0x15, 0x19, 0x11, 0x11};
|
|
|