cschwinne
ef0f91d8d0
Release of WLED v0.13.0
2022-03-15 02:28:26 +01:00
cschwinne
9552784e72
Remove persistent argument from savePreset()
...
(fixes temp preset not applicable by APIs)
Default to 5Mhz hardware SPI driving (#2558 )
2022-03-14 20:53:00 +01:00
Blaz Kristan
ac20d7f302
UI updates.
...
- optional show/hide segment power
- skinnable sliders
- changed some CSS to be more to @aircoookie's liking
2022-03-14 20:22:20 +01:00
SpeakingOfBrad
f068327307
Add option to set module name at runtime, and add extra examples in platformio_overrides.ini ( #2578 )
...
* Added option to set the name of the module at runtime.
* added example how to set number of LEDs at runtime
* Example to enable/set IR remote type at runtime
* Clarification on how to use platformio_overrides
* Example for setting abl milliamp limit at runtime
* Corrected example set LED count
2022-03-14 18:23:53 +01:00
cschwinne
1bc698ae78
Button 0 long press factory reset
...
JS simplification
2022-03-14 12:26:45 +01:00
Blaz Kristan
3f6691dcd5
Easter egg added.
2022-03-13 14:04:29 +01:00
Blaz Kristan
31981b9080
Fix compile for ST7789 display usermod.
2022-03-13 09:30:51 +01:00
Blaz Kristan
167d29c39f
RGB selector bugfix.
2022-03-12 21:25:39 +01:00
Blaz Kristan
28b78c2b27
Select/unselect all segments chekmark.
...
CSS fixes.
2022-03-12 18:03:00 +01:00
Blaz Kristan
b3d691fff6
Select/deselect all segments.
...
CSS optimisations & fixes.
2022-03-11 23:38:50 +01:00
Blaž Kristan
8e5f2d91e8
Added hasRGB() and hasWhite() methods to Bus class
2022-03-11 12:20:48 +01:00
Blaž Kristan
cfa7f60e5f
Merge branch 'master' into master-merge
2022-03-11 11:33:35 +01:00
Blaž Kristan
e0fcaa6103
Merge branch 'master' into master-merge
2022-03-11 11:28:02 +01:00
cschwinne
1b2134d7a8
Add old blinds usermod
2022-03-11 09:20:01 +01:00
cschwinne
f922268af7
Remove unneeded brightness set in live Serial
2022-03-11 08:41:01 +01:00
Blaz Kristan
841a9f8082
Searchable presets.
...
Inline sin_gap().
Prevent live timeout.
2022-03-10 22:36:09 +01:00
cschwinne
4865ddb377
Fix realtime mode disabled by brightness change
...
Fix realtime mode not working immediately at turn on
Fix individual segment control not working immediately at turn on
2022-03-10 20:40:48 +01:00
cschwinne
a556732e4f
Add ability to set presets from DMX
...
(effect mode with single channel)
2022-03-10 12:13:12 +01:00
cschwinne
0ea31cb088
Fix indefinite realtime terminated by new packet ( fixes #2356 )
...
Add custom Aircoookie fork of ESP32 core (reduces bin size by >100kB)
2022-03-10 11:20:39 +01:00
Blaz Kristan
06fe7323eb
Fix for palettes.
2022-03-09 19:03:39 +01:00
Blaz Kristan
d8d9259c36
Comment fix.
2022-03-09 18:21:52 +01:00
Blaz Kristan
261260b232
Fix for non-W segment.
2022-03-09 15:31:31 +01:00
Blaž Kristan
5b88894638
Reintroduction of per bus auto white calculation.
...
JS/CSS UI optimizations.
2022-03-09 13:39:51 +01:00
Blaz Kristan
ddadaa828a
Merge branch 'master' into master-merge
2022-03-08 22:46:50 +01:00
Blaz Kristan
a3cd10d83b
Reverse proxy WSS support.
2022-03-08 16:16:07 +01:00
cschwinne
b626c7620e
Disabled auto white mode in segments with no RGB bus
2022-03-08 02:16:33 +01:00
cschwinne
5d90d8930e
Fix non-0 terminated hostname str
2022-03-07 20:37:48 +01:00
PLCHome
b01309c3bf
Mixed content exception in web browser in websocket communication on peek behind an https backproxy. ( #2571 )
...
"ws://" must be the change to the "wss://" for encryption
2022-03-07 18:26:53 +01:00
Blaž Kristan
2d1511b5dd
Fix incorrect isRgbw use
2022-03-07 09:50:33 +01:00
Blaž Kristan
e561304645
Merge branch 'master' into master-merge
2022-03-07 09:44:35 +01:00
cschwinne
961d5591bd
Fixed Popcorn mode not lighting first LED on pop
2022-03-07 00:53:20 +01:00
cschwinne
eca3f12fed
Fixed analog overlay not settable
2022-03-07 00:11:43 +01:00
cschwinne
a2c8796e04
Replaced native Cronixie support with usermod
2022-03-06 23:47:36 +01:00
cschwinne
ad301fd087
Elekstube usermod enhancements
...
Coloring of grayscale images
Dimming control from configurable segment
2022-03-06 22:24:24 +01:00
cschwinne
02b08939cd
No color order select on PWM busses ( fixes #2569 )
2022-03-06 11:48:17 +01:00
cschwinne
9b0d583f1b
EleksTube usermod 1, 4, 8 BPP BMP support
2022-03-05 21:48:11 +01:00
RedNax67
4a0a07f158
Added digit dimming and support for .clk format (see https://github.c … ( #2555 )
...
* Added digit dimming and support for .clk format (see https://github.com/aly-fly/EleksTubeHAX )
* Small fixes and improvements, dimming optional
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2022-03-05 03:10:32 +01:00
Christian Schwinne
9c864c9759
UI: show color controls based on segment light capabilities ( #2567 )
...
* Dynamic hiding of unused color controls in UI
(e.g. a PWM white bus with no auto white mode will not display the color wheel or palette list)
* Store segment capabilities
Don't use palettes if no RGB supported
Make it safe to update busses using `/json/cfg`
2022-03-05 01:05:26 +01:00
Blaz Kristan
f1dd1bd6bd
Relative value wrapping and operator fix.
...
Slot selector changes.
2022-03-04 21:49:07 +01:00
cschwinne
85b1c309d1
Relative value wrapping and operator fix ( fixes #2566 )
2022-03-04 14:42:35 +01:00
cschwinne
6fe43b7b5c
Separate color memory from slot selectors
...
Slot selector dynamic text color black/white
Selected slot selector JS simplification
2022-03-03 20:54:54 +01:00
Blaz Kristan
62fc986d96
Segment corner fix.
2022-03-03 20:19:26 +01:00
Blaz Kristan
03710f1fd2
Prevent brute force PIN guessing.
2022-03-03 18:49:32 +01:00
Blaz Kristan
2283c7a926
Fix for dark buttons in info.
2022-03-03 11:24:21 +01:00
Blaz Kristan
fb19ca8bf4
Regression fix.
2022-03-03 11:14:28 +01:00
Blaz Kristan
4ebfc1516c
Merge branch 'settings-pin' into dev
2022-03-03 11:06:11 +01:00
Blaz Kristan
cc713e6c89
Merge branch 'sensor-info' into dev
2022-03-03 11:04:42 +01:00
Blaz Kristan
1be65adf02
Fix:
...
- disbled timed preset expanding
- incorrect calendar icon on Mac/Firefox
2022-03-03 10:59:29 +01:00
Blaz Kristan
25427ee60d
Fix:
...
- disbled timed preset expanding
- incorrect calendar icon on Mac/Firefox
2022-03-03 10:57:07 +01:00
Blaz Kristan
c8eefbaa2e
CSS/JS fixes.
2022-03-03 01:02:23 +01:00