WLED/wled00
Frank 991fad02d7 fixed look of some 1D effects
- fade_out() appears to finally do something meaning. Old fade_out values were too high. Adjusted so effects in 1D look similar "classic" SR WLED
- frequency reactive effects: max FFT frequency of 5120 Hz is hard-coded in most effects. Updated ranges to 10240 Hz
2022-08-17 13:17:00 +02:00
..
data Bugfix for saving usermod settings. 2022-08-15 20:23:47 +02:00
src/dependencies Code optimisations in effects. 2022-08-09 21:14:37 +02:00
alexa.cpp Merge branch 'master' into merge-master 2022-02-24 13:43:12 +01:00
blynk.cpp Merge branch 'master' into merge-master 2022-02-20 22:24:11 +01:00
bus_manager.h FX list duplicate cleanup 2022-08-09 15:20:00 +02:00
bus_wrapper.h Allow swapping of W channel for RGBW LEDs. 2022-04-30 12:45:38 +02:00
button.cpp some audio processing improvements and bugfixes from SR WLED 2022-08-14 13:58:07 +02:00
cfg.cpp Bugfix for saving usermod settings. 2022-08-15 20:23:47 +02:00
colors.cpp Memory management! 2022-08-03 21:36:47 +02:00
console_font_5x8.h Added two more fonts to Scrolling text. 2022-08-11 11:46:30 +02:00
console_font_5x12.h Added two more fonts to Scrolling text. 2022-08-11 11:46:30 +02:00
console_font_6x8.h Added two more fonts to Scrolling text. 2022-08-11 11:46:30 +02:00
console_font_7x9.h Added two more fonts to Scrolling text. 2022-08-11 11:46:30 +02:00
const.h Display task (background refresh) in 4LD 2022-08-10 14:00:04 +02:00
dmx.cpp Working DMX Libraries (#2652) 2022-05-05 02:28:09 +02:00
e131.cpp Use getModeCount() instead of MODE_COUNT 2022-06-26 23:01:22 +02:00
fcn_declare.h Reduction of flicering on web access (info) 2022-08-10 20:53:11 +02:00
file.cpp Merge branch 'master' into dev 2022-01-25 17:53:22 +01:00
FX_2Dfcn.cpp Effect fixes. 2022-08-13 00:58:27 +02:00
FX_fcn.cpp Fix for 0 duration/reset runtime. 2022-08-11 11:23:39 +02:00
FX.cpp fixed look of some 1D effects 2022-08-17 13:17:00 +02:00
FX.h Binary effect parameters. 2022-08-12 17:58:20 +02:00
html_other.h Code optimisations in effects. 2022-08-09 21:14:37 +02:00
html_settings.h Bugfix for saving usermod settings. 2022-08-15 20:23:47 +02:00
html_simple.h Code optimisations in effects. 2022-08-09 21:14:37 +02:00
html_ui.h Missing presets bugfix. 2022-08-14 22:16:42 +02:00
hue.cpp Merge branch 'master' into dev 2021-09-12 01:00:54 +02:00
improv.cpp Merge branch 'master' into master-merge 2022-03-16 08:52:48 +01:00
ir_codes.h IR rewrite. (#2561) 2022-02-26 01:37:09 +01:00
ir.cpp Code optimisations. 2022-08-04 16:15:49 +02:00
json.cpp I2C & SPI fixes. Global interface. 2022-08-14 13:05:59 +02:00
led.cpp Code optimisation & cleanup. 2022-07-29 12:15:56 +02:00
lx_parser.cpp Segment API 2022-07-10 22:23:25 +02:00
mqtt.cpp Added new 2D effects: 2022-05-20 19:35:22 +02:00
my_config_sample.h Binary Websockets for Peek (#2516) 2022-02-01 12:02:04 +01:00
network.cpp Merge branch 'master' into merge-master 2022-04-04 20:52:42 +02:00
NodeStruct.h Fix node type 2021-03-09 17:21:19 +01:00
ntp.cpp Merge branch 'master' into merge-master 2022-04-04 20:52:42 +02:00
overlay.cpp Replaced native Cronixie support with usermod 2022-03-06 23:47:36 +01:00
palettes.h Refactoring WS2812FX class. 2022-07-06 13:13:54 +02:00
pin_manager.cpp I2C & SPI fixes. Global interface. 2022-08-14 13:05:59 +02:00
pin_manager.h I2C & SPI fixes. Global interface. 2022-08-14 13:05:59 +02:00
playlist.cpp Restore preset upon playlist end option. 2022-04-20 18:05:59 +02:00
presets.cpp Vectors & dynamic loadJS. 2022-07-17 15:58:41 +02:00
set.cpp Bugfix for saving usermod settings. 2022-08-15 20:23:47 +02:00
udp.cpp Memory management! 2022-08-03 21:36:47 +02:00
um_manager.cpp Prevent I2S use for LEDs w/ Audioreactive on ESP32 2022-07-22 08:59:04 +02:00
usermod_v2_empty.h Added v2 usermods API 2020-05-28 02:20:02 +02:00
usermod.cpp Lots of new effects! 2020-06-06 00:57:34 +02:00
usermods_list.cpp Rename WLED_NO_AUDIO 2022-08-05 15:54:48 +02:00
util.cpp Reduction of flicering on web access (info) 2022-08-10 20:53:11 +02:00
wled00.ino Fix DMX compilation 2020-04-10 12:30:08 +02:00
wled00.vcxproj Refactoring & code clean-up. 2021-10-11 14:13:34 +02:00
wled00.vcxproj.filters Fix DMX compilation 2020-04-10 12:30:08 +02:00
wled00.vcxproj.user Modify Structure to fix path issues 2019-07-23 18:51:26 +02:00
wled_eeprom.cpp Deprecate EEPROM support (compile time option). 2022-07-30 11:04:04 +02:00
wled_ethernet.h Add ESP32-ETHERNET-KIT-VE type 2022-03-20 22:12:18 +01:00
wled_math.cpp Merge branch 'master' into master-merge 2022-03-19 21:05:28 +01:00
wled_serial.cpp Merge branch 'master' into master-merge 2022-05-29 18:22:33 +02:00
wled_server.cpp Code optimisations. 2022-08-04 16:15:49 +02:00
wled.cpp Memory management! 2022-08-03 21:36:47 +02:00
wled.h Bugfix for saving usermod settings. 2022-08-15 20:23:47 +02:00
ws.cpp Code optimisations in effects. 2022-08-09 21:14:37 +02:00
xml.cpp Bugfix for saving usermod settings. 2022-08-15 20:23:47 +02:00