ewowi

Results 18 comments of ewowi

> just a few comments ;-) Hi Mathieu, thx for your response, sounds like I should try this repo! - Which I am doing now ;-) ```queueLen()``` works !! However,...

I created a branch in my repo which moves from the esp home to your repo. You can see the complete log here: https://github.com/MoonModules/StarLight/actions/runs/11113157238/job/30876843828 this is the branch: https://github.com/MoonModules/StarLight/tree/mc-eaws-test ws...

Hey thanks for your help! That makes sense if ws and server is defined outside a class, but within a class I thought this was the way to do it....

These arguments will be set in F_ixture.sc files in StarLight as follows: * NBIS2SERIALPINS will be derived from the number of (led)pins added * NUM_LEDS_PER_STRIP will be derived from the...

Also colorOrder can be set: Clockless driver has driver.setColorOrderPerStrip(0, ORDER_GRB); I guess it's okay to set it for all strips the same, so loop over all strips needed (how to...

100 % agree ! I tried already the terser optimization. It saves 20kb of flash on my repo. Not enough to fit esp32 within 2MB for me unfortunately but it...

> @ewowi the 2MB should be enough with my optimizations and if you don't use an OTA partition schema. Just take the smaller certificates bundle with `board_ssl_cert_source = adafruit` in...

Checking my proposed changes: all is still relevant except replacing ESP_LOG by ICVD_LOG, that’s not needed. in general, my wish to move things to .cpp also applies here and probably...

Tested with the non virtual driver today (https://github.com/hpwit/I2SClocklessLedDriver/commit/5414935db0cf35f61dfff97bde812726f649aaf4) This has no issues with calling initled twice