Re: [Amforth] Blinkenlichts.

2015-12-28 Thread Hannu Vuolasaho
Not all WS2811 chips are a like. And it seems to me that those are interested only about low time of the protocol. Hope this helps Hannu > Date: Mon, 28 Dec 2015 14:40:23 +0800 > From: atomm...@gmail.com > To: amforth-devel@lists.sourceforge.net

Re: [Amforth] Blinkenlichts.

2015-12-27 Thread Atommann
Hi Hannu, 2014-11-13 11:08 GMT+08:00 Hannu Vuolasaho : > The driver can be used like this: > > 21 buffer: rgb > : rgb-test 21 0 do rgb i + c! loop rgb 21 ws2811.write ; > > $ff $ff $ff > $ff $ff 0 > $ff 0 $ff > 0 $ff $ff > $ff 0 0 > 0 $ff 0 > 0 0 $ff > rgb-test 5000 ms 21 ws2811.off I tried your

Re: [Amforth] Blinkenlichts.

2014-11-13 Thread Hannu Vuolasaho
Hi again. I sent a day old file last time and it had debugging stuff and ws2811.off hadn't counter and zero made some problems. Here is right version. Hopefully no more big bugs. Feel free to comment. I've tested with small stripe and 20MHz F_CPU. The communication timing is zero bit: 250/

[Amforth] Blinkenlichts.

2014-11-12 Thread Hannu Vuolasaho
Hello! Every system needs lights. Well With this driver there can be a lot of lights. I wrote this against 5.5 Today's big merge might make this useless or at least require some tweaking. While writing this driver I spend some time finding from .lst file which registers are allowed to use and h