s-hadinger
bdf880cf84
Improved auto-selection of LED hardware support (RMT, SPI) ( #22618 )
2024-12-09 23:22:52 +01:00
s-hadinger
c1834bd898
WS2812 remove waits for RMT and SPI ( #22617 )
2024-12-09 22:45:23 +01:00
Christian Baars
baeaad7558
fix LED, C2 has no i2s ( #22575 )
2024-12-02 12:10:28 +01:00
s-hadinger
db0287e566
Replace NeoPixelBus with TasmotaLED on ESP32x ( #22556 )
...
* Replace NeoPixelBus with TasmotaLED on ESP32x
* update changelog
2024-11-27 22:11:57 +01:00
Theo Arends
0744bf7f2b
Save 6k code from ESP32 safeboot
2024-11-11 15:17:22 +01:00
Theo Arends
ac06195907
Remove non IDF5 code
2024-05-15 16:45:42 +02:00
Theo Arends
f9ca7d4821
Update changelogs
2024-05-14 10:59:23 +02:00
s-hadinger
4cda2d7dc2
Berry `Leds` uses native WS2812 driver by default ( #21406 )
2024-05-13 22:21:58 +02:00
Theo Arends
0d300aebff
Update GPIOViewer
...
- Add ESP8266 PWM state logging
- Add ADC state functions
2024-01-07 15:10:19 +01:00
Theo Arends
f65ae0694b
Fix XSS phase 1
2023-12-18 12:31:14 +01:00
Barbudor
335e18e8cb
Allow webbutton up to 32 ( #19580 )
...
* Allow webbutton up to 32
* use named const
2023-09-29 09:56:52 +02:00
Christian Baars
65a1a4feeb
Neopixel add SPI driver for C2 and some minor updates ( #19372 )
2023-08-24 10:34:17 +02:00
Theo Arends
dd877972be
Phase 1 support C2/C6
2023-08-21 17:10:06 +02:00
Theo Arends
d91e1e8bcc
Fix berry scheme select
2023-05-27 12:33:50 +02:00
Theo Arends
fcf3477165
Initial support for WS2812 scheme 14
2023-05-26 17:47:57 +02:00
s-hadinger
6fa22aae6b
adjust neopixel busy time ( #18723 )
...
* adjust neopixel busy time
* Adjust time for Berry
2023-05-25 19:21:18 +02:00
Theo Arends
d0e88c9dae
Fix BusyDelay WS2812
2023-05-24 17:24:48 +02:00
Theo Arends
fc67cca8b4
Add generic SystemWaitIfBusy() to fix WS2812 led flicker
...
Add generic SystemWaitIfBusy() to fix WS2812 led flicker
2023-05-24 16:21:59 +02:00
kaedwen
25b4040283
Light driver for PCA9632 ( #17557 )
...
* added PCA9632 driver
* compiling
* added BUILD and DEVICES section
* added PCA9632 module
* use I2C_SDA/SCL
* light driver working
* bulk write and pin mapping
* remove debugging
* remove debugging
* adjust comments
Co-authored-by: Pascal Heinrich <kaedwen@heinrich.blue>
2023-01-01 14:02:22 +01:00
Theo Arends
229c2cce06
Revert Art-Net to ArtNet
2022-11-16 10:55:56 +01:00
Theo Arends
c92d51f050
Rename ArtNet to Art-Net
2022-11-14 14:20:41 +01:00
Stephan Hadinger
0cfa2aba74
WS2812 sends signal to only ``Pixels`` leds instead of sending to 512 leds
2022-11-13 18:00:49 +01:00
Theo Arends
c1ea8953cb
Refactor uint8_t to uint32_t
2022-11-11 10:44:56 +01:00
Cossid
79928150cb
BP1658CJ - Remove debugging define.
2022-11-06 09:18:52 -06:00
Cossid
0e32763a4e
BP1658CJ - Add support for BP1658CJ RGBCW led driver control as used in Orein OS0100411267 Bulb
2022-11-06 09:14:03 -06:00
Christian Karsch
4ba3b58ea8
Added stop-condition before start-condition
...
Bp5758d does not support repeated-start-condition.
Therefore it overwrite the next register ('current range setup' of red-channel)
A stop-condition is always needed before next start-condition
2022-10-17 21:01:25 +02:00
Christian Karsch
ee55903e0d
[BP5758D] Fix Sleep
...
If all channels are set to 0, disable all channels on the driver and then set the driver into sleep-mode
Otherwise wake up the driver when it is sleeping and active all channels
2022-10-14 23:37:30 +02:00
Theo Arends
8162365960
Revert "Merge pull request #16744 from DSchndr/development"
...
This reverts commit ba8729f8d8
, reversing
changes made to bc8cc520a2
.
2022-10-07 11:23:59 +02:00
DSchndr
e4778deb42
[BP5758D] Fix Sleep
...
BP5758D outputs have to be disabled before sleep.
See https://github.com/openshwprojects/OpenBK7231T_App/issues/221
2022-10-07 02:33:32 +02:00
Theo Arends
8e961eb43a
Fix Qualitel RGBWC bulb
...
Fix Qualitel RGBWC bulb (#16626 )
2022-09-26 21:48:50 +02:00
Theo Arends
b0cfeb3a2c
Remove unneeded delay
2022-09-26 17:14:17 +02:00
Theo Arends
84f9103280
Fix SM2135 no switch off
...
Fix SM2135 no switch off (#16626 )
2022-09-26 16:35:51 +02:00
Cossid
5741c06acd
SM2335 - Be more consistent with code formatting.
2022-06-22 10:10:58 -05:00
Cossid
8ffc7b9f02
SM2335 - Reduce code size by replacing redundant calls with for loops.
...
Remove defines that are unused or can be replaced with array locations.
2022-06-22 10:00:34 -05:00
Cossid
6f7ff480f8
SM2335 - Fix a typo.
2022-06-21 00:51:21 -05:00
Cossid
996d614027
SM2335 - Fix an argument size.
2022-06-21 00:50:44 -05:00
Cossid
f76400ba03
Initial implementation of SM2335 LED driver.
2022-06-21 00:32:56 -05:00
Theo Arends
9afb2c9cb8
Move interface files down allowing for folder insertions
2022-06-02 14:50:31 +02:00
Theo Arends
c08561f67c
Bump version to v11.1.0.4
...
- Restructure tasmota
2022-06-02 14:17:39 +02:00