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

/media/uploads/maclobdell/austin_iot_lab.jpg

History

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. default tip

2017-12-11, by maclobdell [Mon, 11 Dec 2017 19:22:54 +0000] rev 2

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.


Don't copy I2C object, just pass in pointer. Fixes error with mbed OS 5.6.x.

2017-11-10, by maclobdell [Fri, 10 Nov 2017 14:08:31 -0600] rev 1

Don't copy I2C object, just pass in pointer. Fixes error with mbed OS 5.6.x.


initial version of library for class that combines two 16x8 led matrices

2017-06-28, by maclobdell [Wed, 28 Jun 2017 19:32:40 +0000] rev 0

initial version of library for class that combines two 16x8 led matrices