Blaz Kristan
3be368c333
A few more overrides
2024-01-14 21:04:18 +01:00
Blaz Kristan
a4a8e2614e
Release WLED 0.14.1
2024-01-14 18:33:27 +01:00
Blaz Kristan
58eb151ba1
Use strip.now instead of millis() in effects
...
AKA "supersync" from WLED MM fork
2024-01-14 17:51:48 +01:00
Blaz Kristan
21d21ea7f0
Orange flash fix ( #3196 ) for transitions
2024-01-14 17:40:04 +01:00
Blaz Kristan
45dc5e236d
Override identifier
2024-01-14 17:38:29 +01:00
Christian Schwinne
0a66fe196a
Merge remote-tracking branch 'origin/0_15' into pr/3580
2024-01-14 15:08:13 +01:00
Woody
3f21b4aa7d
Add own background image upload ( #3596 )
...
* Add own bg image upload
* Fix undefined issue in settings UI
2024-01-14 14:16:32 +01:00
TripleWhy
b97186c5bf
Rotating palette effect
2024-01-13 18:49:17 +01:00
Blaz Kristan
874b24fb32
WLED time overrides
2024-01-13 13:06:00 +01:00
Blaz Kristan
97889b5e55
Fix for audio palettes
2024-01-12 20:45:04 +01:00
Woody
4b134194cf
Better sorting and naming of static palettes
2024-01-12 19:44:25 +01:00
Blaž Kristan
24b60a25d5
Merge pull request #3674 from WoodyLetsCode/cpal
...
Better sorting and naming of static palettes in the Custom Palette Editor
2024-01-12 18:57:01 +01:00
Woody
186c40801a
Delete html_*.h files
2024-01-12 00:02:52 +01:00
Woody
27035a8e1d
Better sorting and naming of static palettes
2024-01-11 23:13:26 +01:00
Will Tatam
46337ca554
Add ANIMartRIX usermod
2024-01-11 20:20:53 +00:00
Blaž Kristan
4f0f288000
Merge pull request #3621 from zanhecht/patch-2
...
Use canvas instead of CSS gradient for liveview
2024-01-11 20:41:35 +01:00
Blaz Kristan
8060bae1b8
Width fix
2024-01-11 20:37:51 +01:00
Blaz Kristan
ea32c97b82
Fix for #3672
2024-01-11 20:24:59 +01:00
Blaz Kristan
99efbd30f1
ColoOrderMap W channel swap
...
& cleanup
2024-01-11 20:22:42 +01:00
Frank
a9eb7cb4fd
udp realtime - improve robustness against short packets (fix for #3672 )
...
when only two bytes were received in a packet, the "for" condition `packetsize -3` would underflow, leading to an infinite loop.
2024-01-11 18:07:23 +01:00
Blaz Kristan
a11cab0f88
Fix for #3665
2024-01-10 19:41:51 +01:00
Blaz Kristan
447324b59f
Fix for #3665
2024-01-10 19:40:59 +01:00
ezcGman
ff59dcd66e
Merge branch '0_15' of https://github.com/Aircoookie/WLED into ledmaps-realtime
2024-01-10 05:11:44 +01:00
zanhecht
0a1d82de2a
Remove legacy CSS gradient code from liveview.htm
...
Reduce file size by removing legacy CSS gradient code and moving drawing operations to a separate function
2024-01-09 19:27:45 -05:00
Blaz Kristan
26837645ac
Add PWM frequency selection in settings
2024-01-09 21:54:21 +01:00
Janos Stefan
e5caab635a
Remove compiled html headers.
2024-01-09 21:31:25 +01:00
Janos Stefan
d5f96295ff
Add APA106 support
2024-01-09 21:30:41 +01:00
Blaz Kristan
4a6c78aaf3
npm
2024-01-09 19:11:45 +01:00
Blaz Kristan
6b7f80f24a
Merge branch '0_15' into suspend
2024-01-09 18:30:27 +01:00
Blaz Kristan
220217561a
Possible fix for #3589 & partial fix for #3605
2024-01-09 18:20:20 +01:00
Frank
75e857a510
npm run build
2024-01-09 11:57:34 +01:00
Frank
052bdd8eb0
fix for #3655
...
make WS2814 explicit in LED driver drop-down menu
2024-01-09 11:54:46 +01:00
Britt Gresham
9e54de8a8a
Set 2 values between each segment option
...
Due to the midi interface being difficult/impossible to increment on
values of 1 because it has 7-bits of granularity, this commit moves all
the bitfields for configuring segment options left by one which
guarantees that every option has 2 values next to each other.
This allows midi controllers to more easily select an individual segment
option for 2D arrays.
2024-01-08 11:16:55 -08:00
Britt Gresham
fd2809e367
Replace bitshifts with masks and division
2024-01-08 11:16:55 -08:00
Britt Gresham
18874c2069
Remove unneeded floor call on segment option channel
2024-01-08 11:16:55 -08:00
Britt Gresham
115eb0ddef
Add additional segment options when controlling over e1.31
...
Before this commit it was only possible to control mirror and reverse on
a 1d segment. All of the other options for 2d effects could not be set
and thus they would be kept disabled.
This commit replaces the Effect Option dmx channel with a bitfield which
allows for each segment option to be individually toggled depending on
which bit is set in the field. Backwards compatibility has been
maintained with existing 1d segment options.
2024-01-08 11:16:55 -08:00
Blaž Kristan
9940258725
Merge pull request #3654 from willmmiles/mpu6050-upgrade
...
Upgrade the MPU6050 usermod
2024-01-08 19:32:36 +01:00
Blaž Kristan
74e14a4fc3
Merge pull request #3656 from WoodyLetsCode/documentation
...
Make loadBg() more readable
2024-01-08 19:28:18 +01:00
Woody
a5b132dfd7
Fix that color picker is not centered
...
Color Picker was not centerd on screens with width between 1024px and 1249px
2024-01-08 14:20:02 +01:00
Woody
157debf8e4
Make loadBg() more readable
2024-01-07 23:51:38 +01:00
Will Miles
0616d184e0
Add GyroSurge usermod
...
This usermod applies the IMU data to create a "surge" effect when
the device is moved.
2024-01-07 15:44:11 -05:00
Will Miles
6f8b3a6242
usermod_list: Add IMU usermod
2024-01-07 15:44:11 -05:00
Will Miles
9a006dc84a
usermod_mpu6050: Add options and outputs
...
Upgrade the MPU6050 usermod to provide configuration settings for
interrupt pin selection and calibration, a polled mode, and data
output for consumption by other usermods.
2024-01-07 15:44:11 -05:00
Blaz Kristan
8fb5f0ef3c
Changelog update v0.14.1-b3
2024-01-06 20:34:31 +01:00
Blaz Kristan
43f5e4360d
Changelog update
...
Remove obsolete semaphore
2024-01-06 20:28:05 +01:00
Blaž Kristan
cdc8640218
Merge pull request #3648 from willmmiles/json-response-locking
...
Expand JSON buffer lock scope to entire web reply
2024-01-06 17:16:33 +01:00
Blaz Kristan
21f8d7a967
Bump
2024-01-06 17:04:56 +01:00
Will Miles
77116172e4
serveJson: Fix possible memory leak
...
Ensure we delete the response if it's not locked
2024-01-06 10:24:05 -05:00
Will Miles
9d3c0f4ff0
serveJson: Ensure semaphore scope lasts until reply is done
...
Extend the JSON response class to hold the global JSON buffer lock
until the transaction is completed.
Fixes #3641
2024-01-06 10:09:07 -05:00
Will Miles
6382d2b730
Add C++-style guard class for JSON Buffer lock
...
Add JSONBufferGuard, an RAII lock guard class for JSONBufferLock
analogous to std::lock_guard. This permits binding the guard to a scope,
such as an object life cycle or function body, guaranteeing that the
lock will be released when the scope exits.
2024-01-06 10:05:18 -05:00