diff --git a/_templates/sonoff_T5-1C-86 b/_templates/sonoff_T5-1C-86 index 8d8c4ad83..a1350efb8 100644 --- a/_templates/sonoff_T5-1C-86 +++ b/_templates/sonoff_T5-1C-86 @@ -30,9 +30,18 @@ Driver is just recognising touch events for now and reports them to the RESULT t ## LED and Haptic Motor -Control the haptic feedback motor with [`Buzzer`](https://tasmota.github.io/docs/Commands/#buzzer) command +Control the haptic feedback motor with [`Buzzer`](https://tasmota.github.io/docs/Commands/#buzzer) command. -Set the proper LED count with `Pixels 28` (the template should do this automatically). If you want advanced control over LEDs like custom effect and segmenting you need to program them with [Berry](https://tasmota.github.io/docs/Berry_Addressable-LED/). If you do build new effects please share them on the [driver GitHub](https://github.com/blakadder/tx-ultimate/) +Set the proper LED count with `Pixels 28` (the template should do this automatically). + +You can use [`LED #RRGGBB`](https://tasmota.github.io/docs/Commands/#light) command on each LED. +Also some of the schemes look nice. + +If you want advanced control over LEDs like custom effect and segmenting you need to program them with [Berry](https://tasmota.github.io/docs/Berry_Addressable-LED/). If you do build new effects please share them on the [driver GitHub](https://github.com/blakadder/tx-ultimate/). + +![LEDs and Pinout](/assets/device_images/sonoff_tx_ultimate_T5-86MAIN-V1-0-7-20221108.webp) + +The picture is taken from the back. So looking onto the panel LED21 will be on the top left. ## I2S Audio Support diff --git a/_templates/sonoff_T5-4C-86 b/_templates/sonoff_T5-4C-86 index 15007c95e..3635653dc 100644 --- a/_templates/sonoff_T5-4C-86 +++ b/_templates/sonoff_T5-4C-86 @@ -15,5 +15,6 @@ standard: [eu] ## Flashing and Configuration -See instructions for [Sonoff TX Ultimate 1 Gang](sonoff_T5-1C-86) +See instructions for [Sonoff TX Ultimate 1 Gang](sonoff_T5-1C-86). + The last switch (5) in the GUI is not a relay but toggles the LEDs. diff --git a/assets/device_images/sonoff_tx_ultimate_T5-86MAIN-V1-0-7-20221108.webp b/assets/device_images/sonoff_tx_ultimate_T5-86MAIN-V1-0-7-20221108.webp new file mode 100644 index 000000000..a072c59ca Binary files /dev/null and b/assets/device_images/sonoff_tx_ultimate_T5-86MAIN-V1-0-7-20221108.webp differ