WLED/wled00
Kevin Dorff 8e71c3ae17
Rotary Encoder, Four Line Display, and Auto Save Usermods (#1722)
* Ability to lookup Usermod by id so Usermods can use other Usermods.

* Rotary Encoder UI using two Usermods

* Updates. More to come, probably.

* Updated rotary usermod to honor USE_FOUR_LINE_DISPLAY if you want to use four line display. It should be truly optional, now.

* minor logic improvement to showing the current time in clock mode.

* improved 24 hour display foratting and ability to use the FourLineDisplayUsermod without the RotaryEncoderUIUsermod (option disable sleep and clock modes).

* Improved ordering of defines in the FourLineDisplayUsermod to put options people might need to change together toward the top.

* relocate plugins. add mention of the Wire requirement.

* usermod filenames changed, updating comment in const.h

* fix usermod locations.

* fix usermods_list to include changed folder.

* Improved for both usermods: install, config, and docs. Included sample platform_override.ini.

* Updated name of SDA and SCL defines for config of display

* update docs.

* Wrong year. Fixed.

* Fix youtube link, improve config of sleep/clock when the rotary usermod isn't installed.

* Minor fixes to four line display. Addition of Auto Save v2 usermod.

* Allow config for auto-save to set the preset number to use. Load preset at startup (so brightness is set correctly).

* Updated docs for Auto Save.

* Updated docs for Auto Save.

Co-authored-by: Kevin Dorff <kevin@macbookpro-kevin-wifi.local>
2021-02-09 17:15:43 +01:00
..
__vm 1. Fix an Issue withtin the DMX Compiler Flags if you dont use it in wled00.ino 2020-03-22 11:38:29 +01:00
.vs/wled00/v15 Add Visual Studio Project Structure 2019-07-23 17:59:55 +02:00
data Update LedFx url to point to new repo (#1656) 2021-01-15 11:01:05 +01:00
src/dependencies Fixed Alexa discovery 2020-12-16 22:55:07 +01:00
alexa.cpp Done in principle 2020-11-06 22:12:48 +01:00
blynk.cpp Add fields for customization Blynk host (#1543) 2020-12-22 00:44:16 +01:00
button.cpp BTNPIN can now be disabled by setting to -1 (fixes #1237) 2020-11-20 00:33:17 +01:00
cfg.cpp Add support for WT32-ETH01 ethernet board and make ethernet support configurable (#1583) 2021-01-15 10:37:45 +01:00
colors.cpp Fixed HTTP changing segments uncommanded (#1618) 2021-01-05 21:35:07 +01:00
const.h Rotary Encoder, Four Line Display, and Auto Save Usermods (#1722) 2021-02-09 17:15:43 +01:00
dmx.cpp dmx_htm_fixes (#1070) 2020-08-03 18:37:25 +02:00
e131.cpp Remove code duplication for RGBW 2020-12-01 14:40:00 +01:00
fcn_declare.h Rotary Encoder, Four Line Display, and Auto Save Usermods (#1722) 2021-02-09 17:15:43 +01:00
file.cpp A few small fixes 2020-11-15 20:58:04 +01:00
FX_fcn.cpp First working multisegment transitions 2021-01-09 00:35:48 +01:00
FX.cpp Add Aurora Borealis effect (#1589) 2021-01-04 11:11:36 +01:00
FX.h Finished multi segment transitions 2021-01-13 11:24:27 +01:00
html_other.h Release of WLED v0.11.1 2020-12-19 17:09:39 +01:00
html_settings.h Update LedFx url to point to new repo (#1656) 2021-01-15 11:01:05 +01:00
html_ui.h Update LedFx url to point to new repo (#1656) 2021-01-15 11:01:05 +01:00
hue.cpp Done in principle 2020-11-06 22:12:48 +01:00
ir_codes.h adds support for 9-key remote and intensity/speed repeat actions 2020-06-04 08:24:55 -04:00
ir.cpp FIX IR_PIN to IRPIN (#1394) 2020-11-29 20:47:13 +01:00
json.cpp First working multisegment transitions 2021-01-09 00:35:48 +01:00
led.cpp First working multisegment transitions 2021-01-09 00:35:48 +01:00
lx_parser.cpp First working multisegment transitions 2021-01-09 00:35:48 +01:00
mqtt.cpp Merge pull request #1355 from Aircoookie/filesystem 2020-11-20 01:06:54 +01:00
my_config_sample.h Streamline platformio.ini 2020-11-18 00:54:41 +01:00
NpbWrapper.h fix COO_MAX comment 2021-01-16 16:01:50 +01:00
ntp.cpp First working multisegment transitions 2021-01-09 00:35:48 +01:00
overlay.cpp rename global var "local" to "localTime" 2020-08-04 09:32:54 -04:00
palettes.h Add Aurora Borealis effect (#1589) 2021-01-04 11:11:36 +01:00
pin_manager.cpp Added Pin Manager 2020-11-15 12:41:51 +01:00
playlist.cpp Add Playlist feature 2020-11-11 23:48:14 +01:00
presets.cpp First working multisegment transitions 2021-01-09 00:35:48 +01:00
set.cpp Add support for WT32-ETH01 ethernet board and make ethernet support configurable (#1583) 2021-01-15 10:37:45 +01:00
tv_colors.h TV Simulator Effect (#1548) 2020-12-22 13:15:57 +01:00
udp.cpp UDP parsePacket() with sync disabled 2020-12-02 22:47:31 +01:00
um_manager.cpp Rotary Encoder, Four Line Display, and Auto Save Usermods (#1722) 2021-02-09 17:15:43 +01: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 Rotary Encoder, Four Line Display, and Auto Save Usermods (#1722) 2021-02-09 17:15:43 +01:00
wled00.ino Fix DMX compilation 2020-04-10 12:30:08 +02:00
wled00.vcxproj Fix DMX compilation 2020-04-10 12:30:08 +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 Various fixes 2020-12-10 16:27:23 +01:00
wled_serial.cpp Fixed TPM2 2020-05-23 16:09:49 +02:00
wled_server.cpp Add Cache-Control to index 2021-01-28 22:16:36 -05:00
wled.cpp Add support for WT32-ETH01 ethernet board and make ethernet support configurable (#1583) 2021-01-15 10:37:45 +01:00
wled.h Add support for WT32-ETH01 ethernet board and make ethernet support configurable (#1583) 2021-01-15 10:37:45 +01:00
ws.cpp Reduce heap usage by 4kB 2020-09-20 01:18:31 +02:00
xml.cpp Add support for WT32-ETH01 ethernet board and make ethernet support configurable (#1583) 2021-01-15 10:37:45 +01:00