Skip to content

Commit

Permalink
ArtNet is RGB for ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Dec 19, 2024
1 parent 7019296 commit 2a7a6cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ArtNet.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ Step 4. Launch `LED Lab`, click on the `Settings` icon (wheel), select `LED Setu


In the LED Setup:

- Enter the number of rows in `Outputs`
- Enter the number of columns in `LEDS/Output`
- Enter the IP Address of the Tasmota device
- Make sure that `UDP Broadcast` is selected (green background)
- Make sure `First Universe` is 1 and `Channel Range` starts with `1`
- Set `Channel Values for Each Pixel` to `GRB`
- Set `Channel Values for Each Pixel` to `GRB`. NOTE: for ESP32 you should use `RGB` instead.
- Click `OK` in upper right corner

<img src="../_media/artnet/LED_Lab_Setup.png">
Expand Down

0 comments on commit 2a7a6cd

Please sign in to comment.