Skip to content

Releases: adafruit/Adafruit_CircuitPython_Bitmap_Font

1.5.9 - Switched to pyproject.toml

09 Aug 19:53
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.

1.5.8 - Added type annotations

09 Jun 18:33
b656b2b
Compare
Choose a tag to compare

Added type annotations for this library. Thanks @isacben!

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.

1.5.7 - Repo documentation and config updates

07 Jun 17:17
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.

1.5.6 - Updated documentation link, python version

04 Feb 20:39
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.

1.5.5 - Fix for Font Files with Many Comments

24 Jan 15:31
9de9fad
Compare
Choose a tag to compare

This release resolves an issue with BDF font files that have many comment lines at the beginning of the file. Thank you @tekktrik

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.

1.5.4 - Fix Error Message

18 Jan 04:00
a932fa7
Compare
Choose a tag to compare

Thank you @tekktrik

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.

1.5.3 - Fix bug related to with context

19 Nov 00:02
aeb30d0
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.

1.5.2 - Updated pylint version, linted

15 Nov 18:48
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.

1.5.1 - Linted, CI updates

31 May 19:31
82595ea
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.

1.5.0 - Added CPython support to simpletest, improved FONTBOUNDINGBOX error handling, fixed import in example

29 Apr 17:32
bf8fb3c
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.