Frank
dfd839de87
add braces around potentially-empty (debug) else branches
...
the compiler advises "suggest braces around empty body in an 'else' statement [-Wempty-body]". We follow.
2022-11-24 16:53:58 +01:00
Ewoud
ace3035d4a
Small changes and version 0.14.0.6.0
...
Including 2D peek max 4096 leds
2022-11-24 10:57:18 +01:00
Frank
36bd7147cc
small change: fix for potential array bounds violation
2022-10-18 13:40:46 +02:00
Ewowi
ad7769c0ab
Merge branch 'custom-effects' into mdev
2022-10-16 14:43:04 +02:00
Ewowi
8447f7399f
Add FX_MODE_CUSTOMEFFECT = 187 (fixed!!)
2022-10-16 14:40:24 +02:00
Frank
859dbd5b23
small fix for compiling with IDF v4.4.x
...
LITTLEFS -> WLED_FS
2022-09-27 12:54:24 +02:00
Ewowi
6e45515527
Move from DynamicJsonDocument to PSRAMDynamicJsonDocument
2022-09-20 11:07:55 +02:00
Ewowi
a20501a6a6
CustomEffects: Remove unused variables which conflict with other mods
2022-09-08 10:20:54 +02:00
Ewowi
06c0c0edfb
CustomEffects as usermod: step 4: modify wledv123.json, add drawLine/Arc
...
General (for CE, but also used by M12_pArc)
- add drawArc
Custom Effects
- add WLEDSR Custom Effects comment to places in WLED where it is hooked in
- move from wled.json to wledv123.json
- rename matrixWidth/Heigth to width/height and use virtualWidth/Height
- remove setPixels
- add drawLine / drawArc
2022-08-31 13:14:51 +02:00
Ewowi
8626855953
Add CustomEffects as usermod: step 3: effects start working
2022-08-30 23:12:04 +02:00
Ewowi
068089751d
Add CustomEffects as usermod: step 2: ui works
2022-08-30 12:55:01 +02:00
Ewowi
9a87d2bd8e
Add CustomEffects as usermod: step 1: c compiles
...
- Only C part, it only compiles
- UI to be done
- Needs to be tested
2022-08-29 13:56:46 +02:00