yet another update for the README

This commit is contained in:
Steffen Vogel 2013-07-07 10:49:29 +02:00
parent d30b376249
commit e0c9ecf4ed

View file

@ -6,9 +6,14 @@ see http://www.steffenvogel.de/2013/07/14/fnordstripe/ for a blog post about thi
## Dumb ## Dumb
stv0g/fnordstripe/schematic/ contains a layout for dumb RGB LED strips without any brain power. schematic/ contains a layout for dumb RGB LED strips without any brain power.
This strips are not addressable and therefore not compatible with the source code in stv0g/fnordstripe/src This strips are not addressable and therefore not compatible with the source code in stv0g/fnordstripe/src
Please use /stv0g/fnordlicht/blob/master/compiled/fnordlichtmini-combined/fnordlichtmini-firmware-bootloader-atmega8.hex Please use /stv0g/fnordlicht as a firmware for this version.
## Smart ## Smart
Smart variants of REG LED strips are addressable. Mostly every third or even every LED on the strip is addressable and has its own IC to generate PWM signals.
src/ contains a proof of concept firmware for LPD6803 strips.
It's my goal to implement the fnordlicht protocol for this.