Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Releases: adafruit/Adafruit-Thermal-Printer-Library

Arduino CI fixes

27 Oct 21:01
1773dd8
Compare
Choose a tag to compare

No user-facing functional changes; strictly for test automation

1.4.0 - Added Python image converter, added FontB support, other fixes

14 Apr 21:41
03b1fca
Compare
Choose a tag to compare

Runtime declaration of firmware version, fix CR handling, add setHeatConfig()

09 Apr 00:15
Compare
Choose a tag to compare

Fixes carriage return handling in write().
begin() now accepts an optional firmware version argument — this doesn’t CHANGE the firmware, it’s how you specify to the library what version is on your printer (this is shown on the test page) — default is 268 for printers with 2.68 firmware. This is a potentially breaking change in that earlier library releases accepted a “heat time” value here instead (now handled through the separate setHeatConfig() function), and having code present for multiple firmware versions will make the library ever-so-slightly larger, which could be an issue with large programs (e.g. with embedded bitmaps) most likely on AVR. The benefit is that one doesn’t have to edit the header file just to use this now, a vanilla install will suffice.

1.2.1 - Fixed compiler warning

03 Aug 17:48
a7dc6ae
Compare
Choose a tag to compare

1.2.0 - Add to Action

19 Jun 02:07
93bb5a1
Compare
Choose a tag to compare
Merge pull request #37 from adafruit/actionci

Moved to actions, added a bunch of doxygen

1.1.2 - Adding travis config

20 Sep 16:40
837d88c
Compare
Choose a tag to compare
Update library.properties

1.1.1 release for Arduino

07 Mar 17:29
Compare
Choose a tag to compare

Possible fix for hasPaper() with newer printer firmware. Not extensively tested. No other changes.

1.1.1

10 Jul 16:31
Compare
Choose a tag to compare

proper release version

1.1.0 release for Arduino

31 Mar 19:43
Compare
Choose a tag to compare

Changed to Stream object in constructor rather than SoftwareSerial pin assignments; no longer depends on SoftwareSerial.