Frank
28348f919b
Merge branch '0_15' into pr/3961
2024-05-12 21:30:59 +02:00
Brandon502
c84d4c637d
Pinwheel Expand 1D Optimization
...
Changed method for drawing odd numbered rays.
2024-05-12 11:52:31 -04:00
Blaz Kristan
04706cfa9c
JS fix & warning
2024-05-12 16:34:07 +02:00
Frank
3078bea7cc
Pinwheel optimization: do nor repaint "same" pixels in a line
...
avoids back to back duplicates within the same line
2024-05-12 13:29:04 +02:00
Frank
c91e0fc988
Merge branch '0_15' into pr/3961
2024-05-12 13:25:46 +02:00
Blaž Kristan
5183af4e8a
Typo.
2024-05-12 11:30:57 +02:00
Blaž Kristan
1ff5cb0596
Experimental parallel I2S support for ESP32
...
- increased outputs to 17
- increased max possible color order overrides
- use WLED_USE_PARALLEL_I2S during compile
WARNING: Do not set up more than 256 LEDs per output when using parallel I2S with NeoPixelBus less than 2.9.0
2024-05-12 11:12:13 +02:00
Blaž Kristan
522e5e7957
Merge pull request #3964 from adamsthws/0_15_battery_usermod_init_improvement
...
Update Usermod: Battery
2024-05-11 21:11:26 +02:00
Brandon502
9e468bd059
Pinwheel Expand 1D Optimizations
...
Added small pinwheel size. Adjusts medium and large values.
2024-05-11 13:57:21 -04:00
Frank
ecc9443677
(0_14 branch only) adding compatibility for building with upstream arduinoFFT 2.xx
...
support compilation with new arduinoFFT versions 2.x
2024-05-11 14:45:42 +02:00
Adam Matthews
6b8d8bf735
Update Battery usermod documentation
...
Improved wiring, installation and calibration instructions.
Example screenshots added.
Minor grammar improvements.
Heading visual consistency improved.
Improved vertical separation between sections
(separator lines added).
Thankyou!
2024-05-11 13:34:35 +01:00
Michael Bisbjerg
43d024fe42
Make BME280 usermod i2c address changeable
2024-05-11 12:23:53 +02:00
Blaž Kristan
c016dedea4
Merge pull request #3965 from LordMike/bugfix/usermod_bme280
2024-05-11 07:42:09 +02:00
Michael Bisbjerg
b9ca2cfe90
Fix missing conversions of bme280 values
...
The BME280 usermod uses a multiply-round-divide approach to cap the temperature/humidity/pressure values to some number of decimals. But the divide-part was missing in a few instances.
2024-05-10 22:44:46 +02:00
Brandon502
d3492b5b6c
Pinwheel Expand 1D Bug Fix
...
Removed holes on 31x31 and 32x32 grids.
2024-05-10 16:06:37 -04:00
Blaž Kristan
3682cd6a5e
Merge pull request #3913 from Aircoookie/tm1914
...
Tm1914 chip support
2024-05-10 21:44:40 +02:00
Blaz Kristan
b209b1e481
Peek on/off fix
2024-05-10 16:01:47 +02:00
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
Adam Matthews
bc5aadff7d
Update Usermod: Battery
...
Issue:
When taking the initial voltage reading after first powering on, voltage hasn't had chance to stabilize so the reading can be inaccurate, which in turn may incorrectly trigger the low-power preset. (Manifests when the user has selected a low read interval and/or is using a capacitor).
Resolution:
A non-blocking, fixed 10 second delay has been added to the initial voltage reading to give the voltage time to stabilize.
This is a reworked version of the (now closed) PR here:
https://github.com/Aircoookie/WLED/pull/3959
- Rebased the update for 0_15.
- Added a constant so the delay can be modified via my_config.h.
- Small adjustments to make the PR compatible again after the recent restructuring in this PR: (https://github.com/Aircoookie/WLED/pull/3003 ).
Thankyou!
2024-05-09 23:09:45 +01:00
Blaz Kristan
de89b516dc
Merge branch '0_15' of https://github.com/aircoookie/WLED into 0_15
2024-05-10 00:04:43 +02: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
gaaat
cec7241986
removed commented variables
2024-05-08 15:42:41 +02:00
gaaat
6de77293ad
Merge branch '0_15' of https://github.com/Aircoookie/WLED into esp8266-audioreactive-sync
2024-05-08 15:36:10 +02:00
gaaat
0ac53d8353
initial port of MoonModules/WLED/pull/60 and related commit
2024-05-08 15:33:51 +02:00
Brandon502
da79b93387
Added Pinwheel Expand 1D Effect
2024-05-07 18:04:29 -04:00
Frank
b88c300d04
audioreactive: workaround for ArduinoFFT bug 93
...
This fix works around a problem that was solved in upstream ArduinoFFT 2.0.2
2024-05-07 23:38:19 +02: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
47e1cbdaff
Merge pull request #3003 from itCarl/usermod-battery-update2023
...
Usermod Battery 🔋 Added Support for different battery types, Optimized file structure
2024-05-06 20:41:00 +02:00
Maximilian Mewes
52020cbe26
CP fix
2024-05-06 17:46:26 +02:00
Maximilian Mewes
d33651c25b
Update setup method
2024-05-06 17:45:02 +02:00
Maximilian Mewes
18e9f9c304
Rename Battery classes
2024-05-06 17:39:40 +02:00
Frank
2607c44fbb
make objdump work
...
Script update based on latest version from Tasmota
* add support for all esp32 variants
* add "-C" : Decode (demangle) low-level symbol names into user-level C++ names.
2024-05-06 11:00:41 +02:00
gaaat
c8a7d44f55
Merge branch '0_15' of https://github.com/Aircoookie/WLED into audioreactive-analog
2024-05-06 00:09:43 +02:00
Frank
a6e536189c
output_bin.py : fix for mapfile copy
...
The build script was not looking into the right place, so there was never a .map file dropped into build_output/map/
Builds with the newer arduino-esp32 v2.0.x framework actually generate a .map file that is placed directly next to firmware.bin
2024-05-05 21:56:01 +02:00
Frank
3f9a6cae53
AR: fix for arduinoFFT 2.x API
...
in contrast to previous 'dev' versions, the storage for windowWeighingFactors is now managed internally by the arduinoFFT object.
2024-05-04 14:34:23 +02:00
Frank
cd5494fdd2
AR pin config: SCK == 1 --> PDM microphone
2024-05-04 14:12:44 +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