Releases: sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library
Releases · sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library
v2.2.11
v2.2.10
Fix setColonOnOff()
and setDecimalOnOff()
not actually turning off
Fix write()
with long inputs causing overlapping text
v2.2.9
v2.2.8
Fix compiler warnings
v2.2.7
Update README and fix brightness comments
- README formatting and links updated.
- Fix comments about
setBrightness(0)
. It actually results in 1/16 brightness, not 0.
Fix decimal/colon indexing
v2.2.5 Update library.properties
Re-order examples
Switched up the order of the examples and updated the Arduino library manager link on each example.
Code Review Updates
- Cleaned up repo, source files, and examples of unnecessary files and left over comments and debug code
- Wrote test examples to test new hardware (4_displays.ino and turn_on_all_segs.ino). Made "Advanced" folder to hold them.
- @astroforge disableSystemClock() fix
- Added leading zeros to segment list
- Changed display labeling and indexing (left, leftCenter, rightCenter, right) to one, two, three, four because position naming breaks down if less than four displays are attached to bus
- Moved DefineChar example to "User Submitted" folder
- @lewispg228 's suggestions:
-
- Comment that setBlinkRate() accepts floats
- Comment on what you expect to happen in the Unkown Char example
- MultiDisplay example - Comment on which display is which. How does the string print?
- Start debug messages with example number and what it does
- Break displayOptions example into two (one for brightness, one for blinking)
- Name each example "Example_01_name"
- Scrolling example should show how to use shiftRight() function as well
Library compiles for ESP32 boards
Made PROGMEM directive conditional so that library can support other processors