ofxThermalPrinter
ofxThermalPrinter copied to clipboard
OpenFrameworks library to control mini thermal printers (https://www.adafruit.com/products/597)
hello ! thanks a lot for this addon I have received my Adafruit Thermal Printer which seems to be ok. Note : test printing is ok. I also tried arduino...
I think that line 220 of ofxThermalPrinter.cpp should be : ``` // print(_img.getPixelsRef(),_threshold); print(_img.getPixels(),_threshold); ``` getPixelsRef is deprecated: line 409 in ofImage.cpp : ``` /// \returns An ofPixels reference that...
The sample run successfully but the console shows these error. To my assumption, the latest OS(Mac OS Sierra/ Openframework 9.8) no longer support the port. Any one have the solution...