adafruit / Adafruit_CircuitPython_ProgressBar

Dynamic progress bar widget for CircuitPython displays
MIT License
6 stars 9 forks source link

fix inital progress value drawing #13

Closed FoamyGuy closed 4 years ago

FoamyGuy commented 4 years ago

This solves #12.

With this change we will first set the progress value to 0.0 and then update it to the value that was passed to init() which allows it to get drawn correctly