Frank
23864c70fd
update dialog: align data with upstream
2025-11-28 22:59:05 +01:00
Frank
d2dab32f10
WLED-MM branding for update message box
2025-11-28 22:58:15 +01:00
Frank
d473263661
Merge branch 'mdev' into pr/286
2025-11-28 22:16:05 +01:00
Frank
36d7b569bd
Update Help URL in LED preferences
...
... another outdated link
2025-11-24 00:55:14 +01:00
Frank
ffdd186dfd
bugfix
2025-11-23 21:24:39 +01:00
Frank
77f44555f0
finishing touches
2025-11-23 21:17:19 +01:00
Frank
ce596038e3
visual restyling for better readability
2025-11-23 20:59:41 +01:00
Frank
01cecb237a
the page that exists in the place where no page should exist
2025-11-23 18:15:30 +01:00
Frank
d74a2af0c7
404 => 404mini
2025-11-23 17:36:30 +01:00
Frank
e0c7d254bb
fix outdated URLs
...
Aircoookie Wiki => mm.kno.wled.ge
MoonModules/WLED => MoonModules/WLED-MM
Aircoookie/WLED => wled/WLED
2024 => 2025
2025-11-23 17:18:10 +01:00
Will Tatam
6aaab571b3
Upgrade reporting
2025-11-22 12:18:36 +00:00
Frank
dcdc05b592
unicode-related robustness improvements
...
* enable ARDUINOJSON_DECODE_UNICODE (otherwise unicode needs 6(!) bytes for encoding)
* robustness: increase a few tiny string buffers for some extra margin
* Web UI: allow entering up to 64 chars as segment name
2025-11-20 22:36:46 +01:00
netmindz
b94fc7c3f0
Merge pull request #4849 from Arcitec/0_15_x-improve-version-info
...
(0.15.2 backport): Make version information consistent across update interfaces
2025-11-09 22:05:41 +01:00
Frank
69f9499e25
CSS bugfix: #pql and #rgbwrap should be hidden initially
...
a missing comma caused unexpected UI behaviour in some corner cases.
2025-11-04 16:39:02 +01:00
Frank
3752409b46
no more ORANGE on effect memory failure
...
For maintainers of custom effects: replace "return mode_solid()" with "return mode_oops()"
Effect errors fall back to Akemi (2D) or Rainbow(1D) instead of SOLID ORANGE.
2025-10-27 11:24:12 +01:00
Frank
4713f26bb8
additional constants to improve upstream compatibility
...
* a few new error constants
* WLED_O2_ATTR - ask the compiler for stronger optimization of a single function
* WLED_O3_ATTR (WLEDMM) optimize even more
2025-10-25 23:43:44 +02:00
Frank
22d142942a
build 2510241, version 14.7.0-dev
...
ongoing development
2025-10-24 19:15:20 +02:00
Will Tatam
b63e72e861
Add Particle System to genPresets
2025-07-06 15:02:30 +01:00
Troy
4a3b7b58b0
Art-Net ocnfig improvements
2025-04-16 15:47:54 -04:00
Troy
5fcb3fc843
Show Art-Net starting universe
2025-04-16 15:29:58 -04:00
Frank
151e7a8a69
WiFi -> Wi-Fi
...
The official spelling is 'Wi-Fi'
2024-12-13 13:21:33 +01:00
Frank
a37e20560d
minor HTML and CSS fixes
...
* duplicate use of ID "heart"
* "& " --> "& "
* missed changes in simple UI
2024-12-13 13:16:39 +01:00
Frank
2cc08486fd
change version numbering scheme
...
* use 14.5.0-dev instead of "0.14.5.0-b32.41.dev"
* new release name "Small Step"
* semantic versioning compatibility checked, see https://jubianchi.github.io/semver-check/#/version/14.5.0-dev
2024-12-11 15:09:05 +01:00
Troy
e5b22bc8d1
Cosmetic 2D Setup change: Start at Panel 1 instead of 0
2024-12-04 10:53:48 -05:00
Troy
994a9e7212
Fix Color Order GUI for Art-Net
2024-12-02 09:15:21 -05:00
Frank
9ff235e153
Show "NO PSRAM" on info page
...
... to help diagnose problems that come from wrong PSRAM settings
2024-11-29 18:29:28 +01:00
Frank
827cf87860
Merge pull request #4188 from LuisFadini/0_15_brt_timezone
...
Added BRT timezone
2024-11-26 11:59:20 +01:00
Frank
fb259d1bc6
Merge pull request #179 from troyhacks/Art-Net-Improvements-v2
...
Art-Net Improvements
* AsyncUDP instead of WiFiUDP so it's much faster
* Support for professional Art-Net gear with many outputs
* Color-order remapping
* ESP32-P4 SIMD assembly optimization for brightness calc, a bit faster
* Full GUI support for all settings
* GUI guidance for setup
2024-11-18 13:47:17 +01:00
Troy
db3be8580f
Art-Net v2 code review changes
2024-11-17 18:37:30 -05:00
Frank
b8f1d057db
Update settings_leds.htm
...
bugfix: input field was not renamed back to "Off Refresh"
2024-11-16 23:51:11 +01:00
Frank
202255849f
fix errors when width>255 or height>255
...
some effects still don't work when x y dimensions do not fit into 8bit
2024-11-13 23:06:27 +01:00
Frank
537638e5a2
Bugfix: saving LED settings not possible when brightness limiter disabled
...
--- and the "Maximum Current" field is empty or has a value below 250.
2024-11-08 14:30:19 +01:00
Troy
44c6a0d73b
Proper Art-Net Settings
2024-11-07 13:12:15 -05:00
Frank
bab415156b
HUB75 input validation (return of hack-the-DOM)
2024-11-07 12:25:18 +01:00
Frank
cbd1ce4705
HUB75 hack-the-DOM
...
* Reversed -> mxconfig.clkphase ; "Inverted clock phase"
* Off Refresh -> mxconfig.latch_blanking = 1; "Single-cycle latch blanking"
2024-11-07 00:06:46 +01:00
Frank
9d84fa6bea
Minor UI improvement: link FPS warning to Backup&Restore page
2024-11-05 12:06:48 +01:00
Frank
0d6e2c9485
UI improvement (target FPS settings)
2024-11-04 16:01:48 +01:00
Frank
dc4964a491
small update
...
based on feedback from the PR to upstream
* support "0 FPS" meaning "unlimited"
* keep FRAMETIME_FIXED fixed
2024-11-04 13:47:05 +01:00
Frank
8eb23d137d
UI "new segment" layout fix
2024-10-31 11:51:27 +01:00
Frank
ac71664af5
Presets UI bugfix
...
"edit" and "open" button were overlapping too much.
2024-10-31 11:22:01 +01:00
Ewoud
33318dab25
Merge pull request #170 from MoonModules/license
2024-10-16 00:14:46 +02:00
Frank
22b16ab542
Align all licensing statements with EUPL-1.2
2024-10-14 21:52:52 +02:00
Frank
d67ba8451a
S3: increase MAX_LEDS
...
S3 (opi PSRAM) can handle 128x128 pixels on HUB75.
2024-10-14 17:37:37 +02:00
Frank
11864326bf
Update settings_leds.htm - remove "experimental"
2024-10-14 14:10:35 +02:00
Frank
d66720ade8
HUB75 128x64 (untested)
...
128x64 panels are normally "64x64 with chain length 2". But some newer ones appear to be native "128x64"
2024-10-14 13:19:24 +02:00
Frank
68536635d7
show toast when reboot is needed, or error restart happened
...
less WTF, more information
2024-10-14 11:25:41 +02:00
Frank
bc11ec4b4e
HUB75 bugfixes
...
* exclude HUB75 from ABL (bad macro in const.h; "pwr" item in json.cpp)
* show HUB75 as "physical" (LEDs preferences)
* minor corrections
2024-09-26 17:33:40 +02:00
Frank
dbb8683ad6
Update index.js - shorten .bin name
2024-09-06 15:59:55 +02:00
Frank
fc2e1263cb
new option don't use effect-specific palette or mapping modes
...
* new setting in UI page: "Don't use effect palette and segment parameters" - only meaningful when "Use effect default parameters" is enabled, too.
--> effect slider defaults will still be applied, however palette, 1D2D mapping mode and other segment settings will not change.
2024-09-06 13:06:28 +02:00
Frank
5f4834dec4
small improvements
...
* optimized fadeToBlackBy() - don't repaint unchanged pixels
* made MIN_HEAP_SIZE configurable by build_flags
* specific error message when not enough memory for LEDs buffer
2024-08-05 17:06:38 +02:00