Re: Java Print on Raspberry
Verfasst: Sa 5. Jan 2019, 18:41
Hello,
the number of digits for the time is not sufficient for the small width of the receipt. You should specify in the template the number of digits. For example use
in the template to achieve that the time stamp and the id of the receipt are both completely visible in the line.
Regards,
Stefan
the number of digits for the time is not sufficient for the small width of the receipt. You should specify in the template the number of digits. For example use
Code: Alles auswählen
d:llllllllllllllllll;s: ;a_#:rrrrrrRegards,
Stefan