I2SClocklessVirtualLedDriver
I2SClocklessVirtualLedDriver copied to clipboard
In order to initialize for different fixtures in runtime it is preferable that currently define NUM_LEDS_PER_STRIP and NBIS2SERIALPINS is replaced by initled arguments. For use in StarLight See also issue...
Using the driver in https://github.com/MoonModules/StarLight where it is possible to change the fixture resulting in a new call to driver.initled. This worked before in older (non S3?) versions, but on...
Tested on Esp32-S3 This is the output pins[, 26, 33, 32, 35, 34, 26] Start driveroffset initiationsemaphore initPins initiationESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0x8 (TG1WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) Saved PC:0x403743c0 SPIWP:0xee mode:DIO, clock...
Hi, a very good led driver library, thanks for sharing this. I plan to use this library for a 6x8 (8x8) ws2812 pixel panel. To me it looks like the...
I2SClocklessVirtualLedDriver.h - static __default__mapping - static interruptSource - static _internalOffsetDisplay;
When I integrated your libraries, I left in the #include "Arduino.h" that was found in `__pixeltypes.h` Even though nothing included your code, merely having this include broke uno, attiny and...