Blaz Kristan
4afed48f58
Use libc trigonometric functions on ESP32 by default
...
- use custom (space saving) functions on ESP8266
2024-05-10 15:59:11 +02:00
Brandon502
6a18ce078e
Pinwheel Expand1D changes
...
cosf/sinf changed to cos_t/sin_t. int_fast32_t and int_fast_16_t changed to int.
2024-05-09 20:38:41 -04:00
Blaz Kristan
4dbe9a7015
Antialiased line & circle
2024-05-10 00:02:28 +02:00
Blaz Kristan
a320f16404
Real math fix
2024-05-09 23:58:58 +02:00
Brandon502
da79b93387
Added Pinwheel Expand 1D Effect
2024-05-07 18:04:29 -04:00
Blaz Kristan
88372cd516
Brighter peek (ignore strip brightness)
2024-05-07 16:34:15 +02:00
Blaž Kristan
b3206121cc
Merge pull request #3942 from gaaat98/audioreactive-analog
...
Enabled some audioreactive effects for single pixel strips/segments
2024-05-07 07:35:46 +02:00
gaaat98
5bccb5fc42
removed commented checks
2024-05-07 00:31:37 +02:00
Blaž Kristan
5ab1b14d6b
Merge pull request #3946 from freakintoddles2/0_15
...
Adds an API parameter to allow the user to skip to the next preset in a playlist at any time
2024-05-03 23:25:36 +02:00
Todd Meyer
379f181362
Further simplification
2024-05-03 11:51:47 -07:00
Todd Meyer
dd19aa63d0
Forgot F[], added it
2024-05-03 08:47:14 -07:00
Todd Meyer
6df3b417a9
Updated based on more feedback
2024-05-03 08:30:37 -07:00
Blaz Kristan
fa76431dd6
Changelog update
2024-05-03 16:08:20 +02:00
Blaz Kristan
6504fb68b6
Minor MQTT optimisation.
2024-05-03 15:46:16 +02:00
Blaz Kristan
2ff49cf657
Fix for #3952
...
- included IR optimisations & code rearrangement
2024-05-03 15:45:15 +02:00
Blaž Kristan
fa1aa1fe80
Merge pull request #3944 from paspiz85/pas4
...
Using brightness in analog clock overlay
2024-05-03 09:56:14 +02:00
Blaž Kristan
85b95a2940
Merge pull request #3945 from w00000dy/Webpage-shortcuts
...
Add Webpage shortcuts and Fix resizing bug
2024-05-03 09:53:00 +02:00
Todd Meyer
5e38039c4d
Updated based on more feedback
2024-05-02 14:36:18 -07:00
Blaz Kristan
4df936a437
Fix for unfortunate prior CRLF coversion.
2024-05-02 10:33:10 +02:00
Blaz Kristan
736a8b1b80
Fix for rotating tablet into PC mode.
2024-05-02 10:31:50 +02:00
Pasquale Pizzuti
22f6128bc4
using global brightness
2024-05-02 09:05:37 +02:00
freakintoddles2
db475b6998
Update playlist.cpp
2024-05-01 10:09:17 -07:00
freakintoddles2
6daf7f6322
Update wled.cpp
...
reworked based on PR feedback
2024-05-01 10:07:52 -07:00
freakintoddles2
16086c0961
Update wled.h
...
reworked based on feedback from original PR
2024-05-01 10:05:26 -07:00
freakintoddles2
e88c81ad0d
Update set.cpp
...
reworked based on feedback
2024-05-01 10:04:02 -07:00
freakintoddles2
a2b9aed40d
Update playlist.cpp
...
reworked approach based on feedback
2024-05-01 10:03:16 -07:00
freakintoddles2
caa4fe1ec4
Update json.cpp
...
reworked approach based on feedback
2024-05-01 10:02:27 -07:00
freakintoddles2
25fb878e54
Update fcn_declare.h
...
reworked approach based on feedback
2024-05-01 10:01:30 -07:00
freakintoddles2
a1d6ffadad
Update json.cpp
...
adds support for np boolean parameter to skip to next preset
2024-04-30 16:49:52 -07:00
freakintoddles2
3b89814b69
Update set.cpp
...
added new NP command to API to allow user to skip to next preset in a playlist. Example use is win&NP in a preset.
2024-04-30 16:33:30 -07:00
freakintoddles2
071e0be445
Update fcn_declare.h
...
Updated to add the optional skipNext bool to handlePlaylist() which allows people to skip to the next preset when desired
2024-04-30 16:23:43 -07:00
freakintoddles2
bed364d75e
Update playlist.cpp
...
Updated to allow a user to optionally skip to the next preset in the playlist anytime they desire.
2024-04-30 16:21:40 -07:00
Woody
d2984e9e16
add Webpage shortcuts, resolves #2362
2024-04-30 18:57:53 +02:00
Pasquale Pizzuti
fd9570e782
using color_fade
2024-04-30 17:52:35 +02:00
Woody
ff10130176
Fix resizing bug
...
The bug was that when resizing the window, it always jumped to the Colors tab instead of staying on the currently selected tab.
2024-04-30 16:53:47 +02:00
Pasquale Pizzuti
c7d292a716
using brightness in analog clock overlay
2024-04-30 14:09:12 +02:00
gaaat
74bc159a52
enabled some audioreactive effects for single pixel strips/segments
2024-04-29 20:19:10 +02:00
Frank
9f99a1896d
presets.json PSRAM caching: consider cacheInvalidate
...
* trying to make the caching mechanism bulletproof.
`cacheInvalidate` is changed when
- autosave usermod updates presets
- a file was upload
* (coding style) fixed some unitialized variables
2024-04-29 16:51:27 +02:00
Blaž Kristan
8110259d1c
Merge pull request #3892 from askask/pollreply
2024-04-28 09:32:04 +02:00
Blaž Kristan
3eba0f4e0d
Merge pull request #3933 from gaaat98/0_15
...
Improved brightness change via long button presses
2024-04-27 12:53:56 +02:00
gaaat98
d7e0b364d1
fixed wrong comment
2024-04-27 12:25:34 +02:00
Blaz Kristan
25dd43b949
Bugfix for bugfix
...
- thanks @softhack007
2024-04-26 23:49:34 +02:00
Blaz Kristan
69da2f4b23
Merge branch '0_15' into tm1914
2024-04-26 20:41:56 +02:00
Blaz Kristan
d48bab02a1
Speed & size optimisations using native sized variables
2024-04-26 20:11:46 +02:00
Blaz Kristan
886120fe9f
Bugfix
...
- getPixelColor() for analog
- RMT channel (#3922 )
2024-04-26 20:07:27 +02:00
gaaat98
bdd4d9f3ff
set buttonBriDirection as local static
2024-04-26 18:23:34 +02:00
gaaat
6276c2f1f5
improved brightness change via long button presses
2024-04-26 16:39:32 +02:00
Blaž Kristan
b3acc97d03
Merge pull request #3920 from Suxsem/relay-3-states
...
Relay open drain output (allow esp32 to drive 5v relay modules)
2024-04-26 07:06:03 +02:00
Suxsem
24bd1db4fc
"X" span near to the number input field
2024-04-26 00:29:48 +02:00
Blaz Kristan
674481f0d1
Multiple fixes
...
- several compile warning fixes
- multipin LED compile config
- release info (update page, JSON "info")
- WiFi scan fix if no networks found
- UI glitch when no presets are found fix
With multipin LED config it is now possible to assign GPIO to PWM RGB outputs.
Achieved by having length of DATA_PINS be divisble by lengt of PIXEL_COUNTS.
2024-04-23 19:05:49 +02:00