WLED/wled00
Frank 9b87892036 optimization for ABL hotfix
* adding an optional parameter to setBrightness(). ApplyPostAdjustments() will only be called if `immediate=true`. Only ABL will use immediate=true, to ensure electrical safety of equipment.

This allows some optimizations of performance, as ApplyPostAdjustments() is time consuming.

* busses.setBrightness(bri) --> applied to all future pixels (fast, lossless)
* busses.setBrightness(bri, true) --> applied directly to all previously set pixels (slower, lossy)
2023-07-01 20:09:52 +02:00
..
data Misc. 2023-06-27 16:01:20 +02:00
src
FX.cpp Misc. 2023-06-27 16:01:20 +02:00
FX.h
FX_2Dfcn.cpp Fix for #3265 2023-06-23 23:49:54 +02:00
FX_fcn.cpp optimization for ABL hotfix 2023-07-01 20:09:52 +02:00
NodeStruct.h
alexa.cpp
bus_manager.cpp optimization for ABL hotfix 2023-07-01 20:09:52 +02:00
bus_manager.h optimization for ABL hotfix 2023-07-01 20:09:52 +02:00
bus_wrapper.h optimization for ABL hotfix 2023-07-01 20:09:52 +02:00
button.cpp
cfg.cpp Support for ESP-NOW Wireless Remote Control (#3237) 2023-06-22 10:06:19 +02:00
colors.cpp Pin dropdowns POC. 2023-06-10 20:43:27 +02:00
const.h Misc. 2023-06-27 16:01:20 +02:00
dmx.cpp
e131.cpp
fcn_declare.h Add WiFi network scan RPC command to Improv Serial (#3271) 2023-06-27 01:51:44 +02:00
file.cpp
html_cpal.h
html_other.h Missing WS connection fallback for liveview (#3267) 2023-06-27 01:51:24 +02:00
html_pixart.h
html_pxmagic.h Adding Pixel Magic Tool to WLED (#3249) 2023-06-22 11:26:24 +02:00
html_settings.h Support for ESP-NOW Wireless Remote Control (#3237) 2023-06-22 10:06:19 +02:00
html_simple.h Bugfix for #3259 2023-06-22 19:06:07 +02:00
html_ui.h Misc. 2023-06-27 16:01:20 +02:00
hue.cpp
improv.cpp Add WiFi network scan RPC command to Improv Serial (#3271) 2023-06-27 01:51:44 +02:00
ir.cpp Support for ESP-NOW Wireless Remote Control (#3237) 2023-06-22 10:06:19 +02:00
ir_codes.h
json.cpp Misc. 2023-06-27 16:01:20 +02:00
led.cpp Fix for #3265 2023-06-23 23:49:54 +02:00
lx_parser.cpp
mqtt.cpp
my_config_sample.h
net_debug.cpp
net_debug.h
network.cpp
ntp.cpp
overlay.cpp
palettes.h
pin_manager.cpp
pin_manager.h
playlist.cpp
presets.cpp Removed current cycle assignment that clears current value (#3262) 2023-06-30 15:03:32 +02:00
remote.cpp Support for ESP-NOW Wireless Remote Control (#3237) 2023-06-22 10:06:19 +02:00
set.cpp Support for ESP-NOW Wireless Remote Control (#3237) 2023-06-22 10:06:19 +02:00
udp.cpp
um_manager.cpp
usermod.cpp
usermod_v2_empty.h
usermods_list.cpp
util.cpp Support settings pin unlock via JSON 2023-06-14 11:53:39 +02:00
wled.cpp Add WiFi network scan RPC command to Improv Serial (#3271) 2023-06-27 01:51:44 +02:00
wled.h Misc. 2023-06-27 16:01:20 +02:00
wled00.ino
wled_eeprom.cpp
wled_ethernet.h
wled_math.cpp
wled_serial.cpp
wled_server.cpp Missing WS connection fallback for liveview (#3267) 2023-06-27 01:51:24 +02:00
ws.cpp WS logic: No resending, improved ESP8266 stability 2023-06-18 01:07:50 +02:00
xml.cpp Missing WS connection fallback for liveview (#3267) 2023-06-27 01:51:24 +02:00