mirror of
https://github.com/shagr4th/droid48
synced 2025-01-14 08:01:41 +01:00
6 lines
118 B
C
6 lines
118 B
C
|
#define N_width 5
|
||
|
#define N_height 7
|
||
|
static unsigned char N_bits[] = {
|
||
|
0x11, 0x11, 0x13, 0x15, 0x19, 0x11, 0x11};
|
||
|
|