Frank
Frank
Hi, I think we cannot re-implement the IR receiver code, and I'm not a fan of "slicing a library" to just use the code we want. Compilers are able to...
> Any reason for that? The behaviour would need to be identical to current, just over the API. Or is the problem providing the json files in OTA? I think...
> That is a good input. I can check if it can be a 1:1 replacement. Might not be a 1:1 replacement, because the API changed a bit in arduino-irremote...
> how do you get the full preview? peek is always reduced for me. You need to change the "max preview pixels" in the code: https://github.com/Aircoookie/WLED/blob/7deea9eb75e651b19c04217c5fabde3f544c542b/wled00/ws.cpp#L172
> It should be dynamic so heap or stack? I think it might become tricky to get this buffer into the stack - the stack is cleared when you leave...
> Haven't found any holes. Can likely improve this a bit further. @Brandon502 The MM version of drawLine has an additional option to skip parts of the line (added for...
> The current pinwheel is also not working with these on certain rectangles. @softhack007 MM block and circle also seem broken. @Brandon502 yes MM block and MM circle are somewhat...
> Additionally, the logic for handling serial input is simplified by modifying the early return condition in the serial handler to focus on RX pin availability when Serial is active....
@somebuddy87 @AmexHusky @psxde could it be that your curtains are actually [TM1814](https://learn.adafruit.com/driving-tm1814-addressable-leds/overview), APA106, TM1914 or TX1812 but not ws281x ? TM1814 seem to run at reduced speed of 600Khz, and...
> **NeoPixelBus** > I also had issues with NeoPixelBus. At boot, IDF runs check_rmt_legacy_driver_conflict() and aborts if both the old (legacy) RMT driver and the new (“driver_ng” / v2) RMT...