adafruit / Adafruit_CircuitPython_ProgressBar

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

Add support for anchoring #26

Open hugodahl opened 3 years ago

hugodahl commented 3 years ago

Per discussion on PR #25, adding support for the anchor_point and anchored_position would be a great addition to the widget. Breaking out that functionality to a separate issue for enhancement.