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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:032f1776f8bd | 2015-01-26 | AlanRager | tweaking scaling |
1:0634ad3920b7 | 2015-01-26 | AlanRager | simplifying down the control program and tweaking some things - offloading any processing from here, for the most part |
0:114c35218e65 | 2015-01-26 | AlanRager | Initial commit - this takes arbitrary strings of numeric triplets and converts them into a pattern to display on a ws2801 strip |