diff --git a/README.md b/README.md index 8cac3e1..6479447 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,14 @@ see http://www.steffenvogel.de/2013/07/14/fnordstripe/ for a blog post about thi ## 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 -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 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. +