mirror of
https://github.com/shagr4th/droid48
synced 2025-01-15 15:41:29 +01:00
6 lines
170 B
C
6 lines
170 B
C
|
#define comma_gx_width 3
|
||
|
#define comma_gx_height 12
|
||
|
static unsigned char comma_gx_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x07, 0x07, 0x04, 0x04, 0x02};
|
||
|
|