Zachary Vorhies
Zachary Vorhies
Right, I saw a comment where you intended to implement this in FastLED officially.
Specifically, I'm trying to get a massive number of pixels rendered in parallel on FastLED. More generally, I've used FastLED for a long time and now I'm a core contributor....
> maybe it would be good to tell a bit more on current and future plans. Maybe one of the led YouTubers could even interview you 🙂 Youtube LED interview...
Yeah it's your code, but the I2S clock less driver i refactored in FastLED has sam's coding style all over it too so looks like it was collab. Yes I...
> If you look at the code of the i2sclocklessleddriver there is a line for including header depending on the version of esp idf this should be enough to compile...
> If you need some help for the i2s virtual pins let me know. Yes I'd like help, but I think that getting I2S to compile is first.
Okay I made this even easier. Just `git clone https://github.com/fastled/fastled && cd fastled` And then run ``` ./compile esp32dev_i2s --examples EspI2SDemo ``` This will work, because our esp32dev_i2s board type...
It's tricky to reproduce. The dependency is here: https://github.com/zackees/fastled-wasm And the target manifesting the bug is the repo in my original post. What I have to do is: 1. Update...
I do not update the cache. However I do enter into the environment via .venv/Scripts/activate (I'm on git-bash on windows FYI) and force the update, which does indeed install fastled...
Nope. I was iterating on one project for hours trying to get code signing to work via github actions. There were like 40 revisions. It wouldn't update to any of...