1
0
Files
2022-09-29 17:59:04 +03:00

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};