This is a simple controller for the ws2801 that I got working on my stm32f401re board, but it should generalize. It's meant to take a line of digits over serial to represent the state of the strip.
Dependencies: mbed-rtos mbed ws2801
History
tweaking scaling
2015-01-26, by AlanRager [Mon, 26 Jan 2015 03:46:49 +0000] rev 2
tweaking scaling
simplifying down the control program and tweaking some things - offloading any processing from here, for the most part
2015-01-26, by AlanRager [Mon, 26 Jan 2015 03:44:39 +0000] rev 1
simplifying down the control program and tweaking some things - offloading any processing from here, for the most part
Initial commit - this takes arbitrary strings of numeric triplets and converts them into a pattern to display on a ws2801 strip
2015-01-26, by AlanRager [Mon, 26 Jan 2015 01:47:13 +0000] rev 0
Initial commit - this takes arbitrary strings of numeric triplets and converts them into a pattern to display on a ws2801 strip