mirror of
https://github.com/shagr4th/droid48
synced 2025-01-03 23:03:25 +01:00
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};
|
|
|