Constantin Wolf

Results 26 comments of Constantin Wolf

Currently on vacation 🌴 ☺️ Let me check later if i find some time. Thanks for your suggestions though I'm still not so sure how easy an integration as a...

I had a look into the docs again and finally understood how Usermods can alter the capabilities of the API-Commands. After a quick test I can verify that the usermod-route...

Please check update here about [new progress](https://github.com/Aircoookie/WLED/pull/2413#issuecomment-1236206323) Anything missing for a PR?

@ElToberino thx for checking and reporting errors. > 1.) In the usermod descrpition you wrote that default fps rate is 25. But when I played a tpm2-file without defining a...

The more I look into this messed up PR the more I feel I should close this PR and open 2 new PRs 1. playback-recordings (TPM2) 2. SD card support...

@ElToberino thx for investigating and solving this issue 🙇 . I merged the current main into my branch (v14) and added your fixes. It's still on my [branch](https://github.com/constant-flow/WLED/tree/feature/playback-recording), from what...

So i created two PRs to close this one [PR1 : Playback of .tpm2](https://github.com/Aircoookie/WLED/pull/2876) [PR2 : SD card support: MMC or configurable SPI](https://github.com/Aircoookie/WLED/pull/2877)

So far the implementation is rather naïve and doesn't do any kind of double/triple buffering. Loading data for so many LEDs is something I didn't test and cannot test (no...

@ElToberino concerning the 2D setup. I located the origin of the issue. My code relies on the `stop` attribute of a segment, which in fact is `stopX`. So I try...

@ElToberino you may want to try the [development branch of this PR](https://github.com/constant-flow/wled/tree/feature/tpm2-playback) I just commited a change that hopefully fixes the 2D Segments issue. More than welcome to get feedback...