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
Jeff Rescignano
02989f65ff
Bump espressif8266 to v2.6.2
2020-08-10 00:44:01 -04:00
garyd9
1da539ef05
couple of bug fixes
...
Fix a typo in one of the json vars
Fix an odd issue that would occur if sunrise or sunset occurs in the first hour after midnight UTC. (The Dusk2Dawn lib would return a value greater than 1440.)
2020-08-09 21:58:27 -04:00
Aircoookie
38d6fbd3d3
Merge pull request #1089 from garyd9/UserMod_SunRiseAndSet
...
Add sunrise/set times to json state (for sunrise/set usermod)
2020-08-09 21:51:28 +02:00
garyd9
39682a4cf1
add more vars to json state
2020-08-09 13:55:40 -04:00
garyd9
993a5805cd
Add sunrise/set times to json state
2020-08-09 13:40:12 -04:00
Aircoookie
09cf528cc6
Merge pull request #1085 from garyd9/UserMod_SunRiseAndSet
...
create "sunrise and sunset" WLED usermod.
2020-08-09 19:19:11 +02:00
garyd9
18ab2b3ab5
#if0 out a debug block that can be used to validate the sunrise/sunset times.
2020-08-07 15:21:45 -04:00
garyd9
655fbf91e2
create "sunrise and sunset" WLED usermod.
2020-08-07 15:14:55 -04:00
cschwinne
980794ea43
Fix filetype in usermod documentation
2020-08-07 16:06:54 +02:00
cschwinne
c1cab30daf
Added `mi` property to APIs
2020-08-07 00:50:19 +02:00
twlare
b50e798d55
Add segment mirror option
...
* Add segment mirror option (#1010 )
* Update new pull with playlist and palette changes
* Revert "Update new pull with playlist and palette changes"
This reverts commit 9802a7c4e2
.
2020-08-04 18:50:16 +02:00
Aircoookie
230e3ef842
Merge pull request #1078 from garyd9/global-local-to-localTime
...
rename global var "local" to "localTime"
2020-08-04 17:34:14 +02:00
garyd9
2635a3edd0
rename global var "local" to "localTime"
2020-08-04 09:32:54 -04:00
jbucky86
47f24ac151
dmx_htm_fixes ( #1070 )
...
* Update cdata.js
* Update html_settings.h
* Update settings.htm
* Update settings_dmx.htm
* Add %DMXMENU% to cdata.js
* Fix single % being treated as template in settings.htm
Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
2020-08-03 18:37:25 +02:00
Aircoookie
42397a01bf
Merge pull request #1076 from tschundler/master
...
Fix multi-universe ArtNet output
2020-08-03 12:48:57 +02:00
cschwinne
7730a00dbb
Rename local ledCount
2020-08-03 12:27:16 +02:00
Ted Schundler
3a4f4c8c34
Fix multi-universe ArtNet output
...
The existing code was very buggy - a 512 channel ArtNet packet sent data to
171 LEDs, not 170. Also the second ArtNet universe was off-by-one.
The math was very confusing with so many branches. The reduces the
amount of code and amount of branching.
Tested with Resolume + my own ArtNet software + 252 LEDs for ArtNet.
Tested with LedFx for e1.31
2020-08-02 17:48:47 -07:00
Aircoookie
a0d88b0cbe
Merge pull request #1064 from garyd9/issue-1063
...
Fix for power on (T=1) resetting brightness.
2020-07-27 19:21:37 +02:00
Aircoookie
bb0419837b
Merge pull request #1069 from juanesf/master
...
Add useful links to readme.md
2020-07-27 07:30:37 +02:00
juanesf
35098c474c
Update readme.md
...
- add link to Hyperion.NG
- add link to WLED App (Android & iOS)
2020-07-27 00:32:32 -04:00
garyd9
0ca6535345
Fix for power on (T=1) resetting brightness.
...
In particular, if parsing T=1, and the brightness is already non-0,
don't do anything.
Resolves presets set from macros don't restore brightness #1063
2020-07-24 23:33:50 -04:00
Aircoookie
ec6a243e3e
Hostname alphanumeric ( #1048 )
...
* Use string derived from serverDescription for wifi.hostname()
The code was sending illegal hostname strings to WiFi.hostname() (which is then submitted to DHCP and often times to DNS.) A valid hostname contains only alphanumeric characters and hyphens (though it can't start with a hypen.) This change simply alters the value passed to wifi.hostname() by replacing all non alphanum chars with hyphens while ensuring the first char is never a hyphen. If the resulting hostname is empty, it uses the escapedMac value (which I'm assuming is initialized by the time this code executes.)
This change would result issue #1033
* replace string with char array
prefix wled
improve documentation
Co-authored-by: garyd9 <garyd9@hotmail.com>
Co-authored-by: Gary Dezern <gdezern@internal.youforgot.net>
2020-07-19 16:24:26 +02:00
Aircoookie
2cd8ee4a13
Merge pull request #1043 from calebmah/sensor-usermods
...
Photoresistor and PIR sensor MQTT usermods
2020-07-19 10:34:54 +02:00
Caleb Mah
432755e05d
Use MQTT_TOPIC
2020-07-17 00:54:52 +08:00
Caleb Mah
51a7c2adc5
PIR sensor usermod
2020-07-16 23:32:23 +08:00