5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
|
#define Dashes_width 2
|
||
|
#define Dashes_height 2
|
||
|
static char Dashes_bits[] = {
|
||
|
0x01, 0x02};
|