bitbank2 / Thermal_Printer

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

tpPrint on cat printer #14

Closed TheNitek closed 2 years ago

TheNitek commented 2 years ago

Unfortunately tpPrint doesn't do anything for me on my cat printer. After some reading I am wondering if text printing is even support by the cat. Is tpPrint supposed to work on it?

bitbank2 commented 2 years ago

I documented this somewhere - the cat printer doesn't support text or barcode output; it can only do graphics. You can use the tpDrawCustomText() function to print Adafruit_GFX fonts one line at a time (as graphics).