Skip to content

Releases: sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library

v2.2.11

15 Dec 16:33
f7eab50
Compare
Choose a tag to compare

Fixes issue with printing strings containing colons/decimals

v2.2.10

14 Dec 21:06
2e229ec
Compare
Choose a tag to compare

Fix setColonOnOff() and setDecimalOnOff() not actually turning off
Fix write() with long inputs causing overlapping text

v2.2.9

28 Aug 21:27
Compare
Choose a tag to compare

Fix MegaAVR boards (see #18)

v2.2.8

05 Jun 19:38
Compare
Choose a tag to compare

Fix compiler warnings

v2.2.7

05 Jun 18:10
Compare
Choose a tag to compare
  • Fix flickering discussed in #16

Update README and fix brightness comments

25 Jul 22:09
Compare
Choose a tag to compare
  • README formatting and links updated.
  • Fix comments about setBrightness(0). It actually results in 1/16 brightness, not 0.

Fix decimal/colon indexing

18 Oct 18:25
Compare
Choose a tag to compare
v2.2.5

Update library.properties

Re-order examples

21 Sep 20:32
Compare
Choose a tag to compare

Switched up the order of the examples and updated the Arduino library manager link on each example.

Code Review Updates

16 Sep 20:42
Compare
Choose a tag to compare
  • 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:
    1. Comment that setBlinkRate() accepts floats
  1. Comment on what you expect to happen in the Unkown Char example
  2. MultiDisplay example - Comment on which display is which. How does the string print?
  3. Start debug messages with example number and what it does
  4. Break displayOptions example into two (one for brightness, one for blinking)
  5. Name each example "Example_01_name"
  6. Scrolling example should show how to use shiftRight() function as well

Library compiles for ESP32 boards

25 Jun 22:06
Compare
Choose a tag to compare

Made PROGMEM directive conditional so that library can support other processors