Blaz Kristan
b71467b9be
LED settings remove output bugfix
2024-07-17 22:24:08 +02:00
Damian Schneider
ac503ef72e
adding boot-up delay define
...
use
-D WLED_BOOTUPDELAY=500
in platformio env definition to add 500ms of delay before hardware init.
2024-07-17 18:54:33 +02:00
Blaž Kristan
bec1adf7ad
Merge pull request #4035 from willmmiles/esp8266_pwm_fix
2024-07-13 07:13:09 +02:00
Blaz Kristan
cd1ede38a7
Size & speed optimisations
2024-07-11 21:22:58 +02:00
Blaz Kristan
efa32ed4f6
Size optimisations
2024-07-09 21:50:27 +02:00
Blaz Kristan
551b8af76d
Hide 2D effects on 1D segments
2024-07-09 19:00:32 +02:00
Blaz Kristan
887254f5da
Bugfixes
...
- LED memory calculation (not UI)
- potential fix for #4040
- compiler warning in FX
2024-07-07 14:18:51 +02:00
Blaz Kristan
5874b78349
Bugfixes
...
- FX: Breathe, Meteor
- IR: use Segment
- UI: palette search, LED settings
2024-07-05 21:22:05 +02:00
Blaz Kristan
693bf4816b
Minor tweaks.
2024-06-30 10:44:25 +02:00
Blaz Kristan
0ff4016250
WLED 0.15.0-b4 release
...
- LED settings update (limit to available outputs)
- minor fixes
2024-06-29 20:22:47 +02:00
Blaz Kristan
e753f3849e
Revert "WLED 0.15.0-b4 release"
...
Messed FX_fcn.cpp CRLF conversion
2024-06-29 20:18:30 +02:00
Blaz Kristan
7b248c8fb2
WLED 0.15.0-b4 release
...
- LED settings update (limit to available outputs)
- minor fixes
2024-06-29 16:36:27 +02:00
Blaž Kristan
f0e4dd90ee
Merge pull request #4013 from wesleygas/0_15
...
Add LD2410 sensor usermod
2024-06-29 16:21:21 +02:00
Will Miles
ff39a8db3f
Fix PWM crashes on ESP8266
...
Vendor in the ESP8266 Arduino core PWM library, with a fix for a nasty
NMI crash bug. Sometimes the NMI return instruction seems to fail,
resulting in an infinite loop as the PC gets stuck. Work around this
by backing up and restoring the PC if needed.
2024-06-27 21:30:05 -04:00
Blaž Kristan
57b01c2711
Merge pull request #4030 from rorosaurus/0_15
...
add ETH support for LILYGO-POE-Pro
2024-06-26 12:01:36 +02:00
Blaz Kristan
d13b8c8421
Move LED_BUILTIN handling to BusManager class
...
- reduce max panels
2024-06-23 14:09:18 +02:00
Blaz Kristan
0af3063127
Enhancements
...
- edit WiFi TX power (ESP32)
- keep current ledmap ID in UI
- limit outputs in UI based on length
- wifi.ap addition to JSON Info
- relay pin init bugfix
- file editor button in UI
2024-06-23 14:08:18 +02:00
Rory Hayes
17e1975dd8
add ETH support for LILYGO-POE-Pro
...
Also includes minor spelling corrections for CONTRIBUTING.md
2024-06-18 16:07:46 -07:00
Blaz Kristan
ed0e73803f
Minor tweaks for ESP8266
...
- update was restarting device on some occasions
- a bit of throttling in UI
2024-06-14 22:12:09 +02:00
Blaz Kristan
f4475b9d2a
Dynamic parallel I2S output
...
- update NeoPixelBus to v2.8.0
- use single/mono I2S + 4x RMT for 5 outputs or less
- use parallel x8 I2S + 8x RMT for >5 outputs (limit of 300 LEDs per output)
2024-06-12 18:00:00 +02:00
wesleygas
9cfb56d9c6
Add LD2410 sensor usermod
2024-06-04 21:39:31 -03:00
Blaz Kristan
25ade86994
Filter/sort bugfix
2024-06-04 17:05:11 +02:00
Blaz Kristan
c10ec2962b
Fix custom palette reorder on search
2024-06-02 21:25:05 +02:00
Blaz Kristan
68a7282b27
Speed and size optimisations in FX.cpp
...
- replace uint8_t and uint16_t with unsigned
- replace in8_t and int16_t with int
- reduces code by 1kB
- WARNING may break effects that rely on overflow/narrow width (most fixed)
2024-05-31 15:58:18 +02:00
Blaz Kristan
5732b66c5a
Add UI error description.
2024-05-31 15:50:10 +02:00
Blaz Kristan
501f988b0f
ESP-NOW usermod hook
2024-05-25 20:01:38 +02:00
Blaž Kristan
9f581c6181
Merge pull request #3994 from gsieben/0_15-Usermod-BME68X-Pull-Request
...
Usermod BME68X Sensor Implementation rebased for WLED 0.15
2024-05-21 21:20:47 +02:00
Blaž Kristan
85702a8142
Merge branch '0_15' into feature/aht10_usermod
2024-05-21 18:21:16 +02:00
Blaž Kristan
bfd1bdfc64
Merge branch '0_15' into 0_15-Usermod-BME68X-Pull-Request
2024-05-21 18:14:23 +02:00
Blaž Kristan
c1fed6d469
Merge pull request #3986 from LordMike/feature/ina226_usermod
...
Add INA226 usermod for reading current and power over i2c
2024-05-21 18:12:03 +02:00
Gabriel Sieben
63f481d498
Update wled.h
...
Accidentally included changes removed.
2024-05-20 22:09:20 +02:00
Gabriel Sieben
56e0bde8ab
Rebase of the user mode BME68X sensor in WLED 0.15
2024-05-20 14:45:01 +02:00
Gabriel Sieben
db2cdca71b
Revert "First implementation of the user mods for the BME68X sensor in WLED 0.15"
...
This reverts commit faa2fba6b94ba86a48cd374a4090112f39b3bb6d.
2024-05-20 14:25:08 +02:00
Gabriel Sieben
faa2fba6b9
First implementation of the user mods for the BME68X sensor in WLED 0.15
2024-05-20 14:10:25 +02:00
Gabriel Sieben
f727ea2874
Update wled.h
...
OTA_PASS
2024-05-20 13:13:40 +02:00
Blaž Kristan
4a7ef07089
Fix for #3991
2024-05-20 12:24:26 +02:00
Blaz Kristan
fae5938b0a
Build bump, changelog update
2024-05-18 13:01:28 +02:00
Blaz Kristan
2ec3639900
Merge branch 'main' into 0_15
2024-05-18 11:24:18 +02:00
Blaz Kristan
4513404629
Fix for #3987
2024-05-18 11:15:16 +02:00
Blaz Kristan
13bfda56ef
Auto segment creation bugfix
...
- additional debug
- minor optimisation
2024-05-18 11:11:40 +02:00
Michael Bisbjerg
3d34802ab2
Initial ina226
2024-05-17 14:36:27 +02:00
Blaz Kristan
2aec21a6d0
Palette loading optimisation
...
- fixes #3978
- FX: Firenoise can use selected palette
2024-05-16 06:23:15 +02:00
Blaz Kristan
77ca2ec0e9
Compiler warning fix
2024-05-15 15:35:14 +02:00
Blaz Kristan
77e6ea8a6f
Palette loading optimisation
...
- fixes #3978
- FX: Firenoise can use selected palette
2024-05-15 15:34:53 +02:00
Frank
e33299bbd7
Merge pull request #3961 from Brandon502/0_15
...
Added Pinwheel Expand 1D ->2D effect mapping mode
2024-05-15 14:22:10 +02:00
Michael Bisbjerg
f71d839009
Address comments
2024-05-14 18:02:39 +02:00
Brandon502
3cb6b17316
Pinwheel fix
2024-05-14 11:46:52 -04:00
Brandon502
c0cb677a4c
Pinwheel cleanup
2024-05-14 11:30:33 -04:00
Frank
a5a6a8eaee
pinwheel : fix holes on large matrix, minor code cleanup
...
there were still two holes in my 52x52 setup --> added "XL" size for bigger than 50x50 - achieves 18fps on 52x52
2024-05-14 11:30:25 +02:00
Frank
ecb861de56
pinwheel code cleanup
...
reducing code duplication between sPC and gPC
2024-05-14 10:36:50 +02:00