Releases: adafruit/Adafruit_LED_Backpack
Releases · adafruit/Adafruit_LED_Backpack
1.5.1 Correct docstring of blinkRate(): HT16K33_BLINK_DISPLAYON = steady on -> HT16K33_BLINK_OFF = no blinking
1.5.1 Correct docstring of blinkRate(): HT16K33_BLINK_DISPLAYON = steady on -> HT16K33_BLINK_OFF = no blinking
Latest
What's Changed
- Doc fix for blinkRate() by @caternuson in #85
HT16K33_BLINK_DISPLAYON = steady on
->HT16K33_BLINK_OFF = no blinking
Full Changelog: 1.5.0...1.5.1
1.5.0 - add `setDisplayState()`
What's Changed
- Add setDisplayState() to turn display on and off by @jonnybergdahl in #78
Full Changelog: 1.4.1...1.5.0
1.4.1 Bump version in library.properties
What's Changed
Full Changelog: 1.4.0...1.4.1
1.4.0 - add named constants for 14-segment segments
What's Changed
- Add segment name definitions for alphanumeric displays by @jonnybergdahl in #76
New Contributors
- @jonnybergdahl made their first contribution in #76
Full Changelog: 1.3.3...1.4.0
1.3.3 - Updated CI Actions versions
Update CI action versions
1.3.2 - Consistent Bool
- Remove mix usage of
bool
andboolean
preventing compilation on some platforms (#66).
1.3.1 - Fixed example names
Bump to 1.3.1
1.3.0 - Added ASCII and string support, added custom character generator
1.2.1 - Fixed various bugs, updated example
Bump to 1.2.1
1.2.0 - Converted library to BusIO
Merge pull request #34 from njh/patch-1 Update homepage URL