cschwinne
1e3834dc3d
Move tristate_square8 to FX_fcn.cpp
2020-09-27 14:42:14 +02:00
S. Seegel
2cc6edd868
Added washing machine FX
2020-09-27 01:58:21 +02:00
Aircoookie
cac974b8e1
Merge pull request #1200 from Joeboyc2/patch-2
...
Add the ability to override R,G,B,WPIN values
2020-09-23 18:47:48 +02:00
Joeboyc2
2c02e27197
Add the ability to override R,G,B,WPIN values
...
Enable the ability to use the -D option in the platform_override.ini to set the pin numbers outside of the file
2020-09-23 16:49:55 +01:00
cschwinne
d70332f2a2
Fixed LPD8806 compilation ( #971 )
2020-09-20 22:21:29 +02:00
cschwinne
35b54e2f88
Add CY=2 for cycle toggling ( closes #1174 )
2020-09-20 16:40:32 +02:00
Jake
a3e1af72ab
Add ESP32 touch sensors as button alternative ( #1190 )
...
* Add touch option to button handler
* Check if touch is pressed in setup
* Add TOUCHPIN build env and override example
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com>
2020-09-20 16:12:46 +02:00
Peter
1313a44ba3
ESP8266: Allow auto modem sleep if power off and sleep permitted ( #1184 )
...
* Allow modem sleep if power off and sleep permitted
* Only add auto modem sleep handling for ESP8266
* Add comment and remove redundant condition
Co-authored-by: Aircoookie <cschwinne@gmail.com>
2020-09-20 16:00:24 +02:00
cschwinne
edbe8131ab
Reduce heap usage by 4kB
2020-09-20 01:18:31 +02:00
cschwinne
ff55a305cd
Merge branch 'master' of https://github.com/Aircoookie/WLED
2020-09-17 10:40:36 +02:00
cschwinne
10c22efbb5
Fixed 170th pixel dark in E1.31
2020-09-17 10:40:32 +02:00
Aircoookie
118bbfbcf7
Merge pull request #1186 from antoni-k/patch-1
...
Fix typo
2020-09-17 09:35:24 +02:00
NeariX67
e7709d8463
Upload TouchBrightnessControl Usermod for ESP32 ( #1183 )
...
* Upload Usermod
* Fix missing : public Usermod
* Increased default threshold, added touchPin #define
Co-authored-by: Aircoookie <cschwinne@gmail.com>
2020-09-16 21:21:26 +02:00
Antoni K
d70e421db3
Fix typo
...
Added an "l" to Compatible PC RGB...
2020-09-16 12:39:45 +08:00
Jeff Rescignano
26a8686a54
Firefox Custom Scrollbar ( #1163 )
...
* Firefox custom scrollbar
* Put Firefox scrollbar css in first body tag
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2020-09-13 21:29:36 +02:00
Phil Bolduc
57421d2392
Async temperature usermod ( #1178 )
...
* Change Temperature usermod to use async reading to avoid blocking
* Fix comparison on wait time
* Add
* Simplify logic in the loop method
* Optimize calls to minimize latency, inform user how long till first measurement
* disable usermod if sensor not found
* Added debug statements on init, update readme
* fix spelling error of celsius
2020-09-13 19:26:27 +02:00
Jeff Rescignano
63d92381ee
New WLED logo on the welcome screen ( #1164 )
...
* Akemi on the welcome screen
* Move style element to CSS
* Use smaller Akemi image, improve margin, rounded buttons
* New WLED logo on welcome page
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2020-09-12 21:16:31 +02:00
cschwinne
2716f4cbe9
Fixed passwords not clearable
2020-09-10 11:01:05 +02:00
Woody
5896b1eb71
Open releases in new tab ( #1152 )
...
* open releases in new tab
* Revert "open releases in new tab"
This reverts commit 6e3940c8eb
.
* open releases in new tab
Co-authored-by: Woody <>
2020-09-07 21:04:21 +02:00
cschwinne
1fbe1d1855
New Segments are now initialized with default speed and intensity
2020-09-07 21:01:10 +02:00
cschwinne
2f2bebe506
Fixed bootloop if mDNS is used on builds without OTA support
2020-09-03 14:04:33 +02:00
cschwinne
503b8cbf34
Release of WLED v0.10.2
2020-08-31 17:03:07 +02:00
Phil Bolduc
916356afad
Use maximum gzip compression ( #1126 )
...
* Use maximum gzip compression
* Revert extra changes
* Remove extra code used when testing brotli compression
* Remove extra space on unrelated changes
2020-08-31 10:57:17 +02:00
cschwinne
41a84160ec
0.10.2-rc
2020-08-30 23:31:58 +02:00
Aircoookie
55f071e4a0
Merge pull request #1125 from CyberLine/master
...
make PCARS usermod compatible with WLED > 0.10.0
2020-08-30 22:01:09 +02:00
Alexander Over
0afe0f8fbd
make PCARS usermod compatible with WLED > 0.10.0
2020-08-30 21:27:52 +02:00
Aircoookie
427b5bd126
Merge pull request #1108 from xxv/xxv-dancing-shadows
...
Add Dancing Shadows effect
2020-08-30 11:45:00 +02:00
cschwinne
20f6378a3e
Move blendPixelColor() to FX_fcn.cpp
2020-08-30 10:57:42 +02:00
cschwinne
36e0a1eb23
Individual LED control via JSON ( closes #226 )
2020-08-29 22:26:39 +02:00
cschwinne
ac9a567e1f
Pacifica better speed
2020-08-25 17:23:17 +02:00
bwente
33cd52cddd
design updates ( #1112 )
...
* initial word clock usermod
Based on code provided by Aircoookie I added my code to create a word clock using a 8x8 RGB matrix
* construction source files
files for laser or 3d printing enclosures
* Update word-clock-matrix.cpp
fixed missed localTime var and removed brightness schedule to use timed macros
Co-authored-by: Aircoookie <dev.aircoookie@gmail.com>
2020-08-25 10:33:47 +02:00
Aircoookie
d543ba82ac
Add CLKPIN/DATAPIN to PIO override (as suggested in #1109 )
2020-08-25 10:32:32 +02:00
Aircoookie
5a98993df9
Merge pull request #1109 from xxv/xxv-override-clkdata
...
Allow overriding CLKPIN/DATAPIN
2020-08-25 10:30:24 +02:00
Steve Pomeroy
aee9c4a193
Add Dancing Shadows effect
2020-08-23 17:06:11 -04:00
Steve Pomeroy
0262f89bb0
Allow overriding CLKPIN/DATAPIN
2020-08-22 14:57:44 -04:00
Aircoookie
a8c530a3a9
Merge pull request #1101 from droloff/fix-npe
...
check payload to avoid npe
2020-08-20 08:44:09 +02:00
Aircoookie
7dc1240c18
Merge pull request #1100 from mickabrig7/master
...
Improve TPM2.NET code
2020-08-20 08:43:22 +02:00
Dirk Roloff
3b4bccd0a7
check payload to avoid npe
2020-08-20 00:13:06 +02:00
cschwinne
39a80f8dc7
Add easy segment mirroring ( closes #1010 )
2020-08-20 00:04:02 +02:00
mickabrig7
ce446dac92
Improve TPM2.NET code
...
Add support for receiving TPM2.NET packets out of order, and hopefully prevent crashes if faced with protocol errors
2020-08-19 10:40:16 +02:00
cschwinne
b1c9dbd0a5
Removed verbose live mode info from HTTP API
...
Add logo without background tags
2020-08-19 09:10:47 +02:00
Aircoookie
a5c57d7fb0
Create readme.md
2020-08-19 08:53:54 +02:00
Aircoookie
0a349e5298
Merge pull request #1099 from bwente/usermod-word-clock-matrix
...
initial word clock matrix usermod
2020-08-19 08:48:20 +02:00
Aircoookie
dc7d7150cd
Refactor local to localTime
...
(variable name in latest master)
2020-08-19 08:47:16 +02:00
Brian Wente
7c4aa4441f
initial word clock matrix usermod
...
Based on code provided by Aircoookie I added my code to create a word clock using a 8x8 RGB matrix
2020-08-18 16:22:22 -04:00
Aircoookie
62a795bd3b
Merge pull request #1092 from JeffResc/arduino-framework
...
Bump espressif8266 to v2.6.2
2020-08-16 12:47:34 +02:00
Aircoookie
c583ab4f1a
Merge pull request #1097 from peacepenguin/master
...
Add PC RGB notes
2020-08-16 10:33:37 +02:00
Ben
45a2970307
Add PC RGB notes
...
add info for pc argb enthusiasts to know they can use WLED as an alternative to the motherboard controller.
2020-08-15 13:16:07 -06:00
cschwinne
5a4b719995
Fixed Auto White mode setting ( fixes #1088 )
2020-08-10 23:35:18 +02:00
Aircoookie
34a4a89bc9
Merge pull request #1091 from garyd9/fix-for-UTC-rollover
...
couple of bug fixes for usermod_SunRiseAndSet
2020-08-10 10:27:33 +02:00