6 lines
200 B
Plaintext
6 lines
200 B
Plaintext
#define stop_width 10
|
|
#define stop_height 10
|
|
static char stop_bits[] = {
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
|