Will Tatam
0ff2b5d081
Use JSON for usermods list
2025-07-06 16:22:44 +01:00
Will Tatam
134ce5d42d
Use JSON for usermods list
2025-07-06 16:22:44 +01:00
Will Tatam
0a9ed37244
Build each usermod in isolation
2025-07-06 16:22:44 +01:00
Will Tatam
6246e41b55
Build each usermod in isolation
2025-07-06 16:22:44 +01:00
Damian Schneider
6b6d26b8f0
enhancement & bugfixes in scrolling text ( #4742 )
...
* enhancement & bugfixes in scrolling text
- function now evaluates full string: allows custom text plus multiple tokens in any order
- fixed evaluation order to prevent early exit(s)
- fixed day strings (argument must be weekday() )
2025-07-06 16:22:44 +01:00
Blaž Kristan
62c87e206e
Fix comment
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-06 16:22:44 +01:00
Blaz Kristan
4905cdd2e3
Optimise CCT buffer
2025-07-06 16:22:44 +01:00
Blaz Kristan
ce3f88428e
Tackle CCT issue caused by segment blending
...
- wled#4734
2025-07-06 16:22:44 +01:00
Blaz Kristan
74644aa4a7
Fix #4747
2025-07-06 16:22:44 +01:00
Blaž Kristan
2ccb7312d0
Compile fix
2025-07-06 16:22:44 +01:00
Blaž Kristan
bd7735af3d
Securing OTA update
...
- prevent settings change if not using private IP address or same subnet
- prevent OTA from differnet subnet if PIN is not set
- ability to revert firmware
2025-07-06 16:22:44 +01:00
Will Miles
0c2ab7ef45
Remove nonfunctional usermod validation
...
Non-platform-safe usermods are filtered out before validation runs;
so this check is no longer functional.
2025-07-06 16:22:44 +01:00
Will Miles
fab724a703
Fix disabled usermod presence validation
...
PlatformIO doesn't clean out the libdir when usermods are disabled, so
they still appear in the LibBuilders() set. Ensure that we validate
only usermods that were actually deps for the build.
2025-07-06 16:22:44 +01:00
ingDIY
ea86973548
WLED_DISABLE_2D does not compile ( #4736 )
...
the compilation fails with tons of errors if you try to compile using WLED_DISABLE_2D
"message": "enclosing class of constexpr non-static member function 'bool Segment::is2D() const' is not a literal type",
"LineNumber": 766,
2025-07-06 16:22:44 +01:00
Damian Schneider
9eb0c3c8e5
Bugfix: convert cctBlend value back to "%" for UI ( #4737 )
...
* Bugfix: convert cctBlend value back to "%" for UI
2025-07-06 16:22:44 +01:00
Damian Schneider
f20b4c9e81
fix for https://github.com/wled/WLED/issues/4488 ( #4692 )
...
virtual strip index is added even if strip is 1D. this change fixes FX using virtual strips not working when WLED_DISABLE_2D is used.
2025-07-06 16:22:43 +01:00
dependabot[bot]
6540deb462
Bump urllib3 from 2.3.0 to 2.5.0
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.3.0 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.5.0 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-06 16:22:43 +01:00
netmindz
c80c9bd8b9
Update usermods/rgb-rotary-encoder/rgb-rotary-encoder.cpp
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-06 15:07:58 +00:00
Will Tatam
3dc45b80ba
Fix b pin for Default pins
2025-06-16 22:27:42 +01:00
Will Tatam
020eca8292
Add esp32dev_hub75_forum_pinout
2025-06-16 22:10:41 +01:00
Will Tatam
fb469d7b24
esp32S3_PSRAM_HUB75
2025-06-16 21:29:19 +01:00
Will Tatam
0f5d297bfb
esp32S3_PSRAM_HUB75
2025-06-16 21:07:57 +01:00
Will Tatam
a56bd3cb91
Add missing flash_mode
2025-06-16 20:55:17 +01:00
Will Tatam
ddd5d4152b
Fix WLED_RELEASE_NAME for hub75 builds
2025-06-16 20:43:23 +01:00
Will Tatam
edf6cb146d
Merge branch 'HUB75-AC' of github.com:netmindz/WLED into HUB75-AC
2025-06-16 20:08:23 +01:00
Will Tatam
4707a50fbb
Temporary - build hub75 images for PR testing
2025-06-16 20:05:25 +01:00
Will Tatam
91bd6c3f35
Fix defintion for hub75 envs
2025-06-16 20:04:52 +01:00
Will Tatam
009950e28f
Update Hug75 to reflect changes in 0.16
2025-06-16 20:04:07 +01:00
Will Tatam
8ee12620f0
Merge branch 'main' into HUB75-AC
2025-06-16 20:03:34 +01:00
netmindz
65edc50563
Update wled.h
2025-06-16 17:37:42 +01:00
netmindz
d2d5c423b7
Merge pull request #4690 from Arcitec/ar-agc-control
...
AR: add compile-time flag for "Automatic Gain Control" option
2025-06-14 21:17:01 +01:00
netmindz
42bf8fb40d
Update pr-merge.yaml
2025-06-14 20:02:01 +00:00
Will Miles
3a413a59ba
Merge pull request #4713 from willmmiles/parallel-i2s-ui-missing
...
Update crude parallel I2S detection
2025-06-14 15:25:18 -04:00
netmindz
728b1e8ad4
Merge pull request #4723 from DedeHai/Flow_Stripe_FX_fix
...
Fixed "Flow Stripe" FX and added palette support
2025-06-14 20:20:30 +01:00
netmindz
a50b4f5e3c
Merge pull request #4731 from wled/dependabot/npm_and_yarn/brace-expansion-1.1.12
...
Bump brace-expansion from 1.1.11 to 1.1.12
2025-06-14 20:11:40 +01:00
netmindz
80c40f6afd
Update pr-merge.yaml
...
try and fix permissions issue of missing secret on PRs
2025-06-14 19:10:45 +00:00
netmindz
f442d58b70
Update pr-merge.yaml
2025-06-14 19:06:49 +00:00
netmindz
201d04910a
Update pr-merge.yaml
2025-06-14 19:04:25 +00:00
dependabot[bot]
65f2ced6c2
Bump brace-expansion from 1.1.11 to 1.1.12
...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion ) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-14 13:46:42 +00:00
netmindz
2a0e78c656
Merge pull request #4721 from wled/dependabot/pip/requests-2.32.4
...
Bump requests from 2.32.3 to 2.32.4
2025-06-14 14:45:46 +01:00
Damian Schneider
05f0630b9c
add inverse gamma 32 function and fix colors in pride ( #4722 )
...
* add inverse gamma 32 function and fix for colors in pride
2025-06-11 08:30:25 +02:00
Damian Schneider
ea231cbea8
Fixed "Flow Stripe" FX and added palette support
2025-06-10 19:29:53 +02:00
dependabot[bot]
24e71cc6d5
Bump requests from 2.32.3 to 2.32.4
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-10 10:21:51 +00:00
Damian Schneider
00d1fcc5fb
bugfixes: grouping and missing libArchive ( #4718 )
2025-06-09 17:41:53 +02:00
Damian Schneider
caeda96fbd
PS bugfix: do not increase saturation of palette colors ( #4715 )
...
this fix prevents palette colors being saturated more if high (but not full) saturation value is set for a particle
2025-06-08 13:03:21 +02:00
Damian Schneider
9805ae59d5
PS Fire: added sparks for better looks ( #4714 )
...
also added some smear-blurring if "smooth" (motion blur) is not used
2025-06-08 13:02:44 +02:00
Damian Schneider
00eb4068b0
add pre-applied gamma to c3g & fastled palettes to match original look ( #4711 )
2025-06-08 13:01:52 +02:00
mryndzionek
fc7d4dfcb0
Added new "effect usermod"
...
- Added new effect - Diffusion Fire
- UM is intended as a base / tutorial (work in progress)
2025-06-08 10:52:58 +02:00
Will Miles
ab28b6d58f
Update crude parallel I2S detection
...
My ESP32s are now reporting a maximum of 32 buses.
2025-06-07 12:03:48 -04:00
Damian Schneider
8b65d873b3
fix particle brightness distribution with new gamma correction ( #4710 )
...
Particle System depends on linear brightness distribution, gamma corrected values are non-linear.
- added invers gamma table
- reversing gamma after brightness distribution makes it linear once again
2025-06-07 13:15:45 +02:00