bitbank2 / Thermal_Printer

Arduino library to draw text and graphics on BLE thermal printers
Apache License 2.0
361 stars 54 forks source link

Paperfeed for cat printer broken #13

Closed TheNitek closed 2 years ago

TheNitek commented 2 years ago

Paperfeed on the cat printer is currently broken. Looks like paperFeed and setPaper commands are currently mixed up.

paperFeed should be command id -95 and have a payload length of two. (according to this: https://github.com/amber-sixel/catprinter/blob/contrib/COMMANDS.md )

bitbank2 commented 2 years ago

I found and fixed this and will update shortly. I'm adding 1D & 2D barcode along with this fix.