Releases: adafruit/Adafruit_CircuitPython_Bitmap_Font
1.0.5 - Simpetest change, changed CI from Travis to GitHub Actions
This release includes:
bitmap_font_simpletest
has been updated- Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bitmap-font
.
Read the docs for info on how to use it.
GitHub Actions and load_glyphs
Changes in this version:
load_glyphs
now accepts a string as input and pre-loads all the characters in the string- Moved repository from Travis to GitHub Actions
- Removed obsolete information from README
Thanks to contributors @tannewt and @dherrada.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bitmap-font
.
Read the docs for info on how to use it.
Update to font loading
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bitmap-font
.
Read the docs for info on how to use it.
Add fontio support.
Support Glyph and BuiltinFont from fontio
. Will be needed for 4.0.0 Beta 6+
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-bitmap-font
.
Read the docs for info on how to use it.
PyPI!
Initial release!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.