Library to drive a pair of Adafruit 16x8 led matrices (powered by Adafruit LED Backpack) rotated end to end and stuck together to make a larger matrix.
Dependencies: Adafruit_LEDBackpack
Dependents: Adafruit_LEDBackpack_32x8_App RubeGoldberg
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:cdcd2d7d83c3 | 2017-12-11 | maclobdell | added playText function which parses a sentence and either shows the individual words (for short words under 5 chars), or scrolls them for words equal to or greater than 5 chars. also updated mbed-os library. |
1:ed6764fbda54 | 2017-11-10 | maclobdell | Don't copy I2C object, just pass in pointer. Fixes error with mbed OS 5.6.x. |
0:acc3c726ffe3 | 2017-06-28 | maclobdell | initial version of library for class that combines two 16x8 led matrices |