mirror of
https://github.com/shagr4th/droid48
synced 2025-01-01 06:20:14 +01:00
6 lines
130 B
C
6 lines
130 B
C
|
#define three_width 5
|
||
|
#define three_height 7
|
||
|
static unsigned char three_bits[] = {
|
||
|
0x0e, 0x11, 0x10, 0x0c, 0x10, 0x11, 0x0e};
|
||
|
|