Seite 2 von 2

Re: Java Print on Raspberry

Verfasst: Sa 5. Jan 2019, 18:41
von pichel
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

Code: Alles auswählen

d:llllllllllllllllll;s:   ;a_#:rrrrrr
in the template to achieve that the time stamp and the id of the receipt are both completely visible in the line.

Regards,

Stefan