mirror of
https://github.com/shagr4th/droid48
synced 2025-01-15 15:41:29 +01:00
5 lines
124 B
C
5 lines
124 B
C
#define two_width 5
|
|
#define two_height 7
|
|
static unsigned char two_bits[] = {
|
|
0x0e, 0x11, 0x10, 0x08, 0x04, 0x02, 0x1f};
|
|
|