Convert arduino autonomous.pde to new TLC59116, single-TLC configuration

This commit is contained in:
Petr Baudis 2012-06-28 00:36:19 +02:00
parent 2763d82908
commit a78e231296
4 changed files with 79 additions and 29 deletions

View file

@ -1,7 +1,6 @@
These sketches require the Tlc5940 library, with NUM_TLCS set to 23.
You may also need to reduce HardwareSerial RX_BUFFER_SIZE to something
like 16 in order to free up more RAM.
autonomous.pde: This is autonomous LED controller that implements several
simple color cycling algorithms directly on Ardiuno - no host controller
is required. All LEDs have the same color. Useful for testing.
controlled.pde: Listens to a byte stream on serial. The byte stream should
contain one R,G,B tribyte per LED, sent repeatedly.