Releases: adafruit/Adafruit_CircuitPython_Thermal_Printer
1.4.0 - Allow printing using non-UTF-8 encodings
print()
now allows an optional encoding to be passed for printing non-UTF-8 encodings. Note that this does not work on microcontrollers running the CircuitPython firmware (which only support UTF-8 encoding), and only works on platforms such as Raspberry Pi and other SBCs utilizing Blinka. Thanks @mushunrek!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.12 - Added type annotations
Added type annotations for this library. Thanks @tcfranks!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.11 - Made copyright stay up to date in docs/conf.py
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.10 - Fixed version string
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.9 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.8 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.7 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.6 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.5 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal-printer
.
Read the docs for info on how to use it.
1.3.4 - Updated docs link in readme
This release does not contain any functional changes. Just updating a link in readme to match the way the rest of the repos are.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-thermal_printer
.
Read the docs for info on how to use it.