mirror of
https://github.com/shagr4th/droid48
synced 2025-02-01 07:57:37 +01:00
6 lines
149 B
C
6 lines
149 B
C
|
#define colon_width 2
|
||
|
#define colon_height 10
|
||
|
static unsigned char colon_bits[] = {
|
||
|
0x03, 0x03, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||
|
|