Simple 8x8 LED Matrix controller which interfaces with a Processing GUI over serial to display sketches

Dependencies:   Multi_WS2811 mbed

Fork of Multi_WS2811_test by Ned Konz

Changes

RevisionDateWhoCommit message
34:0f1968ca238a 2014-11-15 antoniorohit Removed unneccesary files; default tip
33:7973b70d4fab 2014-11-15 antoniorohit Changed code to drive 8 strips (for an 8x8 matrix); There's some bug in it though. Weird stuff can happen;
32:7b60b9add4b5 2014-11-14 antoniorohit Rev0;
31:c9eee3a33826 2014-01-04 bikeNomad factored out Multi_WS2811 library.
30:52e9205a8059 2014-01-04 bikeNomad used TPM0 to time guard time at end of DMA.
29:a76075c853ee 2014-01-03 bikeNomad fixed bit timing to eliminate flickering.
28:dbe551a3dd64 2014-01-03 bikeNomad removed unnecessary color constructors
27:88c2abdf5eb9 2014-01-03 bikeNomad made rainbows change with accelerometer.
26:ac5d0e18c7b6 2014-01-02 bikeNomad adjusted timing from 420/840 nsec to 350/700 per datasheet
25:751c89f7e654 2014-01-02 bikeNomad added second light strip to demo.
24:feb1dae0403a 2014-01-02 bikeNomad added R/G/B test at start; 50usec guardtime doesn't work for some reason.
23:33df42ff2541 2014-01-02 bikeNomad smoothed animation; added frames/sec count (now at 341 for rainbow)
22:abfed71656bd 2014-01-02 bikeNomad Changed to 60 LEDs maximum. Reduced brightness.
21:4541da183397 2014-01-02 bikeNomad Got parallel mode working!
20:b9d76e567637 2013-12-21 bikeNomad still trying to get DMA to work
19:600deef36348 2013-12-06 bikeNomad added HSB/RGB conversions; removed unnecessary virtuals
18:d98353e8c61c 2013-12-05 bikeNomad renamed back to WS2811
17:b4e9d8f4baa9 2013-12-05 bikeNomad renamed ws2812.* to ws2811.*
16:5f75ea93f15d 2013-10-10 heroic Bump version, add register debug.
15:331e139672b5 2013-12-05 bikeNomad inlined bit writes
14:c97261a9a282 2013-07-28 heroic Cleanup.
13:1f65330abe92 2013-07-23 heroic Rework timing for constant execution time; do direct bitband writes for improved speed; change interrupt handling (turns out we can't have interrupts during an entire strip push, not just between bits).; ; Now works!
12:7ebd51549c04 2013-04-11 heroic Add function to write packed pixels via memcpy (about 150 usec faster)
11:d127f93be182 2013-02-20 heroic Fix timing on ws2811.
10:62368b801d16 2013-02-19 heroic Add ability to slow down ws2811 communications
9:dd524af149e6 2012-11-14 heroic Mask interrupts during critical section.
8:e3249c2b7607 2012-11-10 heroic Initial commit for first cut of WS2811 driver. These are one-wire style devices, so we do some timing mojo.
7:3025f0e0d70a 2012-10-12 heroic Add logic to compute total luminance and hence current.
6:7aebe547f0f0 2012-10-11 heroic Initial commit of WS2801 driver library.
5:70ded6500cd3 2012-10-10 heroic Remove dead comment
4:0b75eb84a6d2 2012-10-05 heroic Change to use virtual base class
3:a415f73507c9 2012-10-01 heroic Remove unnecessary function.
2:af5af64e114d 2012-09-16 heroic Add extra functions and parameterize; support software SPI.
1:6ebd3ac910b6 2011-12-16 ehbmbed2 Updated comments
0:12e734116fea 2011-12-16 ehbmbed2 first revision, works, needs to be tested on long strands