5 lines
170 B
C
5 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};
|
|
|