An open API service providing repository metadata for many open source software ecosystems.

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

Releases
v2.2.11

v2.2.11

Fixes issue with printing strings containing colons/decimals

almost 2 years ago
Download
v2.2.10

v2.2.10

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

almost 2 years ago
Download
v2.2.9

v2.2.9

Fix MegaAVR boards (see #18)

about 2 years ago
Download
v2.2.8

v2.2.8

Fix compiler warnings

over 2 years ago
Download
v2.2.7

v2.2.7

  • Fix flickering discussed in #16
over 2 years ago
Download
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.
over 3 years ago
Download
Re-order examples

v2.2.4

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

about 4 years ago
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:
    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
about 4 years ago
Download
Library compiles for ESP32 boards

v1.1.4

Made PROGMEM directive conditional so that library can support other processors

over 5 years ago
Download