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
History
Removed unneccesary files;
2014-11-15, by antoniorohit [Sat, 15 Nov 2014 02:04:37 +0000] rev 34
Removed unneccesary files;
Changed code to drive 8 strips (for an 8x8 matrix); There's some bug in it though. Weird stuff can happen;
2014-11-15, by antoniorohit [Sat, 15 Nov 2014 01:23:58 +0000] rev 33
Changed code to drive 8 strips (for an 8x8 matrix); There's some bug in it though. Weird stuff can happen;
Rev0;
2014-11-14, by antoniorohit [Fri, 14 Nov 2014 08:18:35 +0000] rev 32
Rev0;
factored out Multi_WS2811 library.
2014-01-04, by bikeNomad [Sat, 04 Jan 2014 00:45:20 +0000] rev 31
factored out Multi_WS2811 library.
used TPM0 to time guard time at end of DMA.
2014-01-04, by bikeNomad [Sat, 04 Jan 2014 00:32:16 +0000] rev 30
used TPM0 to time guard time at end of DMA.
fixed bit timing to eliminate flickering.
2014-01-03, by bikeNomad [Fri, 03 Jan 2014 19:17:24 +0000] rev 29
fixed bit timing to eliminate flickering.
removed unnecessary color constructors
2014-01-03, by bikeNomad [Fri, 03 Jan 2014 16:12:56 +0000] rev 28
removed unnecessary color constructors
made rainbows change with accelerometer.
2014-01-03, by bikeNomad [Fri, 03 Jan 2014 15:45:56 +0000] rev 27
made rainbows change with accelerometer.
adjusted timing from 420/840 nsec to 350/700 per datasheet
2014-01-02, by bikeNomad [Thu, 02 Jan 2014 19:44:43 +0000] rev 26
adjusted timing from 420/840 nsec to 350/700 per datasheet
added second light strip to demo.
2014-01-02, by bikeNomad [Thu, 02 Jan 2014 19:42:14 +0000] rev 25
added second light strip to demo.