Skip to content

Releases: wayoda/LedControl

LedControl-1.0.6

03 Apr 15:06
Compare
Choose a tag to compare

Restructered the repo so the library can ge picked up automatically by the Arduino library manager

LedControl-1.0.5

01 Apr 18:12
Compare
Choose a tag to compare

Make library compliant with Arduino 1.5.x requrements

LedControl-1.0.4

29 Jan 13:57
Compare
Choose a tag to compare

We now use PROGMEM for the 7-Segment character table, which saves 128 bytes of precious RAM.

LedControl-1.0.3

27 Jan 18:28
Compare
Choose a tag to compare

Implement 'n' and 'o' for setChar
Thanks to @matthijskooijman

Arduino LedControl Library

27 Jan 18:05
Compare
Choose a tag to compare

Fixes errors in setIntensity() and setScanLimit() functions see issue #4
Thanks to @bertsierra for pointing this out!

Arduino LedControl Library

26 May 10:21
Compare
Choose a tag to compare

Fixed Error in setChar(...) function