Skip to content

Releases: adafruit/Adafruit_CircuitPython_Bitmap_Font

1.0.5 - Simpetest change, changed CI from Travis to GitHub Actions

24 Jan 01:45
Compare
Choose a tag to compare

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

08 Jan 22:16
b3356eb
Compare
Choose a tag to compare

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

22 May 23:51
1c0d724
Compare
Choose a tag to compare

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.

20 Mar 21:53
2f64725
Compare
Choose a tag to compare

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!

23 Feb 17:11
c0f8e55
Compare
Choose a tag to compare

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.

Initial release!

18 Feb 23:16
cd7fe1f
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.