Results 11 comments of ingDIY

dear @blazoncek, I'm sorry. I had some troubles because I'm working on the atuline fork of WLED 'cause I need soundreactive. Unfortunatly with Github I can't fork Aircoookie/WLED. I'm trying...

> FYI upstream now features audio code as well. sorry, could you explain me better what does it means?

> upstream == Aircoookie's WLED 0_14 branch now features audioreactive code uh really good news! so in the next release the Sounreactive fork will be merged into Aircoookie's WLED?

Ill follow this issue, because I can't route my OLED display to GPIO21-22!

I tested the solution proposed by @softhack007: my display runs really faster now. Solve this bug will be a good improvement!

Hello, maybe it's possible modifying WLED max busses: `build_flags = ${env:esp32dev.build_flags} -D WLED_MAX_BUSSES=20 -D DEFAULT_LED_COUNT=1` cheers

> I am all for removing the compile flag. It seems quite a few people are using this flag for some reason. @ingDIY are you using this flag or just...

> I'm highly passionate about clean code and a consistent code style, so I see this as a great opportunity to enhance WLED. 😉 > > By introducing ESLint, we...

> please push info about digit10_1, FW_MAJOR, to be able to compile. these are defines and simple functions. here they are: [lib.txt](https://github.com/user-attachments/files/16044822/lib.txt)

> I am using clang-14 and get errors: ingDIY.cpp:8:8: error: unknown type name 'uint8_t' inline uint8_t digit10_0( uint8_t num ) { ^ ... I need a complieable source. Thanks. Hello,...