-->
Page 1 of 1

Questions/help using LPD6803 library with arduino IDE

PostPosted: Wed Jul 15, 2015 11:46 pm
by genesisfactor
First, i thank all involved for making this capability possible!

Second, i would like guidance/help in getting the ESP8266 to work with a LPD6803 light string. I believe that the FASTSPI library i used will not port arduino libraries that use hardware timers USCi and USI...so sad

BUT...

How would i go about making this into a library for the arduino IDE that will run on the ESP8266? I'm compleely assuming that htis will not work out of the box

https://github.com/popsodav/esp8266-lpd ... aster/user

please have patience, as i'm pretty new at this, but eager to learn!
Thanks in advance

Re: Questions/help using LPD6803 library with arduino IDE

PostPosted: Thu Jul 16, 2015 12:10 am
by genesisfactor
I guess a another question would be if using an SPI based library, would work just fine?

https://github.com/neophob/neophob_lpd6803spi

In this code, are there any gotchyas? The setCPUmax looks interesting, but for the most part, other than "TimerOne.h", i'm not seeing much to be worried about....