QRcodeDisplay icon indicating copy to clipboard operation
QRcodeDisplay copied to clipboard

Thermal Printer

Open PhilShaw852 opened this issue 2 years ago • 1 comments

I would like to output the qr frame to an Arduino Thermal Printer (https://learn.adafruit.com/mini-thermal-receipt-printer/microcontroller).

Scaling would need to be applied, the width in pixels of the printer is approximately 300.

The printer library can be found here: https://github.com/adafruit/Adafruit-Thermal-Printer-Library.

PhilShaw852 avatar Apr 17 '23 07:04 PhilShaw852

Hello Phil,

The process to include a new device is to create a new class derived from this one (as ORcodeOled or QRcode_Eink) and use it. In this moment I have not device to test / no time to experiment. If ou create such class please let me know to help ypu in debugging and/or fix things.

yoprogramo avatar Apr 17 '23 07:04 yoprogramo