Skip to content

2.0.0 - Vertical Progress Bar

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 25 Apr 14:40
c48372c

This release makes the library into a module and includes a new VerticalProgressBar and refactored HorizontalProgressBar.

There is a backwards compatible class ProgressBar class that can be used with the same API as the old version. The import syntax has changed slightly from the old version though. User code will need to be updated to import like this:

from adafruit_progressbar.progressbar import ProgressBar

Check the examples folder to see how to use the new Vertical and Horizontal classes directly.

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

To use in CPython, pip3 install adafruit-circuitpython-progressbar.

Read the docs for info on how to use it.