You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
Got the Adafruit thermal printer. The example supplied works perfectly except for the 2 printBitmap parts.
In both cases (the adafruit logo and the QRCode) starts ok (as in the first top section of the bitmaps are printed fine), but then follows with garbled content.
I suspected a buffer overrun, so I added a setTimes statement to the example with 2X, and 3X the default values. There's speed difference in the printing, but no change in what is being printed.
Printer Firmware version: 2.68
Arduino board: tried with Feather M0 and MKR1010
Arduino IDE version: 1.8.19
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
Used example sketch A_printertest.
The text was updated successfully, but these errors were encountered:
Got the Adafruit thermal printer. The example supplied works perfectly except for the 2
printBitmap
parts.In both cases (the adafruit logo and the QRCode) starts ok (as in the first top section of the bitmaps are printed fine), but then follows with garbled content.
I suspected a buffer overrun, so I added a
setTimes
statement to the example with 2X, and 3X the default values. There's speed difference in the printing, but no change in what is being printed.Printer Firmware version: 2.68
Arduino board: tried with Feather M0 and MKR1010
Arduino IDE version: 1.8.19
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
Used example sketch
A_printertest
.The text was updated successfully, but these errors were encountered: