kopia lustrzana https://github.com/Aircoookie/WLED
* 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) |
||
|---|---|---|
| .. | ||
| data | ||
| src | ||
| FX.cpp | ||
| FX.h | ||
| FX_2Dfcn.cpp | ||
| FX_fcn.cpp | ||
| NodeStruct.h | ||
| alexa.cpp | ||
| bus_manager.cpp | ||
| bus_manager.h | ||
| bus_wrapper.h | ||
| button.cpp | ||
| cfg.cpp | ||
| colors.cpp | ||
| const.h | ||
| dmx.cpp | ||
| e131.cpp | ||
| fcn_declare.h | ||
| file.cpp | ||
| html_cpal.h | ||
| html_other.h | ||
| html_pixart.h | ||
| html_pxmagic.h | ||
| html_settings.h | ||
| html_simple.h | ||
| html_ui.h | ||
| hue.cpp | ||
| improv.cpp | ||
| ir.cpp | ||
| ir_codes.h | ||
| json.cpp | ||
| led.cpp | ||
| 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 | ||
| remote.cpp | ||
| set.cpp | ||
| udp.cpp | ||
| um_manager.cpp | ||
| usermod.cpp | ||
| usermod_v2_empty.h | ||
| usermods_list.cpp | ||
| util.cpp | ||
| wled.cpp | ||
| wled.h | ||
| wled00.ino | ||
| wled_eeprom.cpp | ||
| wled_ethernet.h | ||
| wled_math.cpp | ||
| wled_serial.cpp | ||
| wled_server.cpp | ||
| ws.cpp | ||
| xml.cpp | ||