Skip to content

Commit

Permalink
Added picture with LED numbers and added some text regarding LED comm…
Browse files Browse the repository at this point in the history
…ands. (#1833)
  • Loading branch information
babybambula authored Jan 3, 2024
1 parent 779400c commit 76f35be
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
13 changes: 11 additions & 2 deletions _templates/sonoff_T5-1C-86
Original file line number Diff line number Diff line change
Expand Up @@ -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<x> #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

Expand Down
3 changes: 2 additions & 1 deletion _templates/sonoff_T5-4C-86
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Binary file not shown.

0 comments on commit 76f35be

Please sign in to comment.