I'm wondering is it possible to have a small font size, I saw that there are only two sizes:
val FONT_SIZE_NORMAL: Byte = 0x00 val FONT_SIZE_LARGE: Byte = 0x10
I tried 0x01 on setFontSize but got a even bigger one! :-D
Another question, we need to convert a QRCode data to an image to send it to the printer?
Hi, thanks for this project!
I'm wondering is it possible to have a small font size, I saw that there are only two sizes:
val FONT_SIZE_NORMAL: Byte = 0x00
val FONT_SIZE_LARGE: Byte = 0x10
I tried 0x01 on setFontSize but got a even bigger one! :-DAnother question, we need to convert a QRCode data to an image to send it to the printer?
Thanks!