Blaz Kristan
|
b6e53b1a0c
|
Minor bugfix and for loop optimization.
|
2022-07-19 22:14:46 +02:00 |
|
Blaz Kristan
|
a46894f395
|
Bugfixes.
|
2022-07-19 16:16:43 +02:00 |
|
Blaz Kristan
|
6c6849d8d7
|
Vectors & dynamic loadJS.
- Segments
- Modes
NOTE: crashes ESP if effect is running while deleting segment.
|
2022-07-17 15:58:41 +02:00 |
|
Blaz Kristan
|
d9f2c2b968
|
Segment API
- moved all drawing logic to segment
- moved transitions to segment
Conditional 2D compile.
Rearranged effect IDs.
Implemented dynamic effect arrays.
|
2022-07-10 22:23:25 +02:00 |
|
Blaz Kristan
|
64fd207533
|
Refactoring WS2812FX class.
- effect functions no longer part of class
- methods to access private members
- separate Segment, Segment_runtime, ColorTransition from WS2812FX
|
2022-07-06 13:13:54 +02:00 |
|
Blaz Kristan
|
46e1c8ef73
|
Update WS on exit of live mode.
|
2022-04-08 20:11:34 +02:00 |
|
Blaz Kristan
|
081f211231
|
Merge branch 'master' into merge-master
|
2022-04-04 20:52:42 +02:00 |
|
cschwinne
|
958cd35e21
|
Live mainseg improvements
Make override work in mainseg mode
Move unfreeze on turn on from UI to JSON parser
Fix mainseg not unfreezing on timeout
|
2022-04-01 00:59:19 +02:00 |
|
Blaz Kristan
|
955bb51f11
|
Freeze/unfreeze for mainseg UDP.
|
2022-03-28 22:36:58 +02:00 |
|
Blaz Kristan
|
b583def913
|
Using freeze instead of power for segment.
Fix for missing udp.cpp
|
2022-03-28 20:44:49 +02:00 |
|
Blaz Kristan
|
41aa1ee318
|
Use UDP live/realtime data on main segment only.
Includes Adalight revert, CSS optimizations and setPixelColor() refactoring.
|
2022-03-25 16:36:05 +01:00 |
|
Blaz Kristan
|
c14f16bdf1
|
Merge branch 'master' into master-merge
|
2022-03-19 21:05:28 +01:00 |
|
tonyn0
|
c73033c0b4
|
udp.cpp update
added ap check for ddp in L657
|
2022-03-16 11:00:29 -05:00 |
|
Blaž Kristan
|
e0fcaa6103
|
Merge branch 'master' into master-merge
|
2022-03-11 11:28:02 +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
|
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 |
|
Blaž Kristan
|
e561304645
|
Merge branch 'master' into master-merge
|
2022-03-07 09:44:35 +01:00 |
|
cschwinne
|
ad301fd087
|
Elekstube usermod enhancements
Coloring of grayscale images
Dimming control from configurable segment
|
2022-03-06 22:24:24 +01:00 |
|
Blaž Kristan
|
23d7c3d0fe
|
Merge branch 'master' into merge-master
|
2022-02-24 13:43:12 +01:00 |
|
cschwinne
|
ed90b638a9
|
Main seg replaced by first selected in internal interfaces
Version bump to 0.13.0-b7
Various small improvements
|
2022-02-23 19:20:07 +01:00 |
|
Blaž Kristan
|
8af445e72b
|
Merge branch 'master' into merge-master
|
2022-02-22 10:42:00 +01:00 |
|
cschwinne
|
44739c5198
|
Merge effectChanged and colorChanged to stateChanged
|
2022-02-21 22:12:13 +01:00 |
|
Blaz Kristan
|
41b6f3ffa7
|
Merge branch 'master' into merge-master
|
2022-02-20 22:24:11 +01:00 |
|
Blaz Kristan
|
d7dac57a07
|
Save a bit of RAM and flash.
|
2022-02-19 20:34:37 +01:00 |
|
cschwinne
|
7b969bb8c2
|
Various state changed logic simplifications
Changed main segment, must be selected
|
2022-02-16 21:12:33 +01:00 |
|
cschwinne
|
7aef551292
|
Segment bounds sync option
|
2022-02-16 14:55:35 +01:00 |
|
Blaz Kristan
|
5151aa677f
|
Added ID for segment options syncing.
|
2022-02-14 16:16:38 +01:00 |
|
Blaz Kristan
|
86092541ed
|
Merge branch 'master' into dev
|
2022-01-25 17:53:22 +01:00 |
|
Blaž Kristan
|
7f6adfa331
|
Converted indentation tabs to spaces.
|
2022-01-25 12:47:14 +01:00 |
|
cschwinne
|
5f0b102671
|
Send segment ID, start, stop, and cct
|
2022-01-24 18:31:05 +01:00 |
|
Blaz Kristan
|
b0c40e1e37
|
Color change tracking. Minor fixes.
|
2022-01-15 21:15:37 +01:00 |
|
Blaz Kristan
|
7eb029dcb6
|
Complete segment syncing.
Reduced complexity of colorUpdated regarding effect/color change.
Minor optimizations.
|
2022-01-15 14:04:16 +01:00 |
|
Blaz Kristan
|
3da70c3e8b
|
Full segment syncing.
- removed setEffectConfig()
- rate limit handleNightlight()
- fixes in colorUpdated()
- segment color fix in UDP routine
|
2022-01-15 00:06:06 +01:00 |
|
Blaž Kristan
|
1ab555b590
|
Cleaning colorUpdated() & UDP segment syncing.
Added selected segments only save.
|
2022-01-14 14:27:11 +01:00 |
|
Blaž Kristan
|
d29283ff21
|
WIP: segment size in UDP
|
2022-01-10 09:03:36 +01:00 |
|
cschwinne
|
7fb46cf982
|
WIP: Segment loop size byte
|
2022-01-09 14:16:07 +01:00 |
|
Blaz Kristan
|
61e1e2729d
|
Fix uspIn and mode
|
2022-01-08 00:04:02 +01:00 |
|
Blaz Kristan
|
ae8281f835
|
error in udpIn
|
2022-01-07 21:16:14 +01:00 |
|
Blaž Kristan
|
d2c92781c8
|
Full segment UDP syncing.
|
2022-01-07 19:18:16 +01:00 |
|
Blaž Kristan
|
fa35293618
|
Full segment syncing.
|
2022-01-07 19:12:06 +01:00 |
|
Blaž Kristan
|
20ccca0aec
|
Swapped grouping and spacing in UDP packet.
|
2022-01-07 17:53:07 +01:00 |
|
Blaz Kristan
|
8386b9a0b4
|
Removed dynamic JSON buffer entirely.
Temporary presets in RAM (ESP32)
Async loading of presets (stability).
Other minor fixes.
Bumped version to 0.13.1-bl6
|
2022-01-01 12:52:50 +01:00 |
|
Blaz Kristan
|
eac5340b03
|
Merge branch 'configurable-fps' of https://github.com/aircoookie/WLED into dev
|
2021-12-26 11:59:22 +01:00 |
|
Blaz Kristan
|
cb4c736fab
|
Bugfix galore.
|
2021-12-21 20:43:49 +01:00 |
|
Blaz Kristan
|
990d0f6e3e
|
Fix for skipping reset of segments when changing spacing.
|
2021-12-21 18:26:51 +01:00 |
|
Blaz Kristan
|
1270f2d577
|
Sync segment options.
Freeze effect.
Repeat last segment until end.
|
2021-12-17 20:33:48 +01:00 |
|
Blaž Kristan
|
43d50e270a
|
Syncing segment options.
|
2021-12-17 11:22:20 +01:00 |
|
cschwinne
|
fb338c0728
|
Button preset call mode
(stops main segment values from being applied to all presets)
|
2021-12-11 23:44:21 +01:00 |
|
Blaz Kristan
|
5c7e3c6bab
|
Bugfixes.
|
2021-12-03 21:09:53 +01:00 |
|