GitHub / sparkfun / SparkFun_Alphanumeric_Display_Arduino_Library
Arduino Library for the SparkX Qwiic Alphanumeric Display
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkfun%2FSparkFun_Alphanumeric_Display_Arduino_Library
PURL: pkg:github/sparkfun/SparkFun_Alphanumeric_Display_Arduino_Library
Stars: 22
Forks: 13
Open issues: 1
License: other
Language: C++
Size: 118 KB
Dependencies parsed at: Pending
Created at: over 6 years ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: 7 months ago
Update README and fix brightness comments
v2.2.6
- README formatting and links updated.
- Fix comments about
setBrightness(0). It actually results in 1/16 brightness, not 0.
Download
Fix decimal/colon indexing
v2.2.5
Download
Re-order examples
v2.2.4
Switched up the order of the examples and updated the Arduino library manager link on each example.
Download
Code Review Updates
v2.1.4
- 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
Download
Library compiles for ESP32 boards
v1.1.4
Made PROGMEM directive conditional so that library can support other processors
Download