Wled_Fan_Controller/wled00
Damian Schneider 529edfc39b
"unrestricted" number of custom palettes (#4932)
- allow more than 10 custom palettes
- move palettes into CPP file
- Fix for minimizing cpal.htm (saves 2k of flash)
- shortened names in cpal, saves about 400 bytes of Flash after packing
- removed async from common.js loading to prevent errors on page loads if the file is not cached
- restricted nubmer of user palettes on ESP8266 to 10
- unrestricted number of user palettes on all other platforms (total max palettes: 256)
- added a warning when adding more than 10 palettes to let the user decide to risk it
- Bugfixes in palette enumeration, fixed AR palette adding
- AR palettes are now also added if there are more than 10 custom palettes

Co-authored-by: Blaž Kristan <blaz@kristan-sp.si>
2025-09-22 20:09:54 +02:00
..
data "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
src Un-vendor AsyncMqttClient 2025-09-03 23:05:20 -04:00
alexa.cpp
bus_manager.cpp Fix LED buffer size calculation (#4928) 2025-09-21 22:48:09 +02:00
bus_manager.h Update: getNumberOfPins to load all pins from config for hub75 2025-09-20 18:03:08 +01:00
bus_wrapper.h Fix LED buffer size calculation (#4928) 2025-09-21 22:48:09 +02:00
button.cpp Compilation fixes 2025-04-23 18:38:34 +02:00
cfg.cpp Fix LED buffer size calculation (#4928) 2025-09-21 22:48:09 +02:00
colors.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
colors.h "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
const.h "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
dmx_input.cpp Rename 'doSerializeConfig' to 'configNeedsWrite' 2025-03-23 15:16:52 -04:00
dmx_input.h Add dmxInput.isConnected() 2025-03-11 22:31:19 +00:00
dmx_output.cpp
e131.cpp use video scaling instead of NPB luminance & new ABL (#4798) 2025-08-29 17:12:10 +02:00
fcn_declare.h Improvements to heap-memory and PSRAM handling (#4791) 2025-09-16 19:46:16 +02:00
file.cpp Improvements to heap-memory and PSRAM handling (#4791) 2025-09-16 19:46:16 +02:00
FX_2Dfcn.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
FX_fcn.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
FX.cpp Adding center bin selection to 2D GEQ (#4764) 2025-09-22 20:01:54 +02:00
FX.h Improvements to heap-memory and PSRAM handling (#4791) 2025-09-16 19:46:16 +02:00
FXparticleSystem.cpp bugfix in PS pointer alignment 2025-08-28 18:57:11 +02:00
FXparticleSystem.h using segment buffer instead of local buffer for PS (#4776) 2025-07-22 22:26:13 +02:00
hue.cpp Cherry-pick fix 2025-02-19 12:27:10 +01:00
image_loader.cpp use video scaling instead of NPB luminance & new ABL (#4798) 2025-08-29 17:12:10 +02:00
improv.cpp Separate FS write from serializeConfig 2025-03-23 15:15:52 -04:00
ir_codes.h
ir.cpp Segment layering & effect blending improvements 2025-04-22 22:37:18 +02:00
json.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
led.cpp use video scaling instead of NPB luminance & new ABL (#4798) 2025-08-29 17:12:10 +02:00
lx_parser.cpp
mqtt.cpp Revert status message change 2025-07-16 11:18:04 +02:00
my_config_sample.h
net_debug.cpp
net_debug.h
network.cpp Delete the same define 2025-09-01 11:05:31 +08:00
NodeStruct.h
ntp.cpp
overlay.cpp Segment layering & effect blending improvements 2025-04-22 22:37:18 +02:00
palettes.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
pin_manager.cpp PICO-V3 detection 2025-07-06 16:22:44 +01:00
pin_manager.h Remove duplicate (de)allocateMultiplePins 2025-07-06 16:22:44 +01:00
playlist.cpp Manual advance playlist 2025-02-19 11:34:29 +01:00
presets.cpp Address issues reported 2025-04-26 20:08:15 +02:00
remote.cpp add support for up to 10 ESPNow remotes (#4654) 2025-05-19 20:34:27 +02:00
set.cpp Merge branch 'main' into HUB75-AC 2025-08-31 12:53:25 +01:00
udp.cpp Merge pull request #4859 from Liliputech/udp_name_sync_rework 2025-09-04 22:29:21 -04:00
um_manager.cpp Apply suggestions from code review 2025-08-21 08:53:11 +01:00
usermod.cpp update links to point to the new repo 2025-02-15 20:07:41 +01:00
util.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
wled_eeprom.cpp Merge branch 'main' into HUB75-AC 2025-06-16 20:03:34 +01:00
wled_ethernet.h
wled_main.cpp
wled_math.cpp
wled_serial.cpp
wled_server.cpp "unrestricted" number of custom palettes (#4932) 2025-09-22 20:09:54 +02:00
wled.cpp Improvements to heap-memory and PSRAM handling (#4791) 2025-09-16 19:46:16 +02:00
wled.h Merge pull request #3777 from netmindz/HUB75-AC 2025-09-20 13:05:48 +01:00
ws.cpp Merge pull request #4771 from wled/fix-4643 2025-09-17 12:20:41 +02:00
xml.cpp Fix compilation error: Use Bus::isHub75 instead of BusManager::isHub75 2025-09-20 18:49:47 +00:00