mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
5 lines
130 B
C
5 lines
130 B
C
#define three_width 5
|
|
#define three_height 7
|
|
static unsigned char three_bits[] = {
|
|
0x0e, 0x11, 0x10, 0x0c, 0x10, 0x11, 0x0e};
|
|
|