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