Releases: adafruit/Adafruit_CircuitPython_Display_Text
Releases · adafruit/Adafruit_CircuitPython_Display_Text
3.1.6 - Scrolling Label Improvements
What's Changed
- Allow empty text and update text instantly by @shubham0x13 in #211
Full Changelog: 3.1.5...3.1.6
3.1.5 - Effeciency Improvement
What's Changed
- Optimize ScrollingLabel update logic to prevent redundant text updates by @shubham0x13 in #210
New Contributors
- @shubham0x13 made their first contribution in #210
Full Changelog: 3.1.4...3.1.5
3.1.4 - Fix For Sphinx RTD Theme
Full Changelog: 3.1.3...3.1.4
3.1.3 - Background Tight Fix
What's Changed
- Fix for background_tight property not working by @snkYmkrct in #209
Full Changelog: 3.1.2...3.1.3
3.1.2 - use adafruit_ticks for animation timing
What's Changed
- Use adafruit_ticks.ticks_ms for scrolling_label animation by @RetiredWizard in #208
Full Changelog: 3.1.1...3.1.2
3.1.1 - Fix Height and Width Properties
What's Changed
- Fix width/height properties by @SamantazFox in #206
New Contributors
- @SamantazFox made their first contribution in #206
Full Changelog: 3.1.0...3.1.1
3.1.0 - Outlined Label
3.0.6 - Fix RTD Docs Build and Unpin Sphinx
Changes: 3.0.5...3.0.6
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-display-text
.
Read the docs for info on how to use it.
3.0.5 - Replace .show() in README
3.0.4 - replace .show()
What's Changed
- replace depreciated .show() by @RetiredWizard in #198
New Contributors
- @RetiredWizard made their first contribution in #198
Full Changelog: 3.0.3...3.0.4