Skip to content

Commit

Permalink
update readme for "post"
Browse files Browse the repository at this point in the history
  • Loading branch information
rochuck committed Oct 12, 2020
1 parent 4c8f6b3 commit 9a6836a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can install the excellent plugin "Music Information Screen" which is super u
### RGB VU Meters
The NVS parameter "led_vu_config" sets the parameters for an RGB VU meter display. The syntax is
```
WS2812,length=<leds>,data<gpio>[hold=<cycles>,enable=<gpio>,refresh=<delay>,bright=<bright>]
WS2812,length=<leds>,data=<gpio>[,hold=<cycles>][,enable=<gpio>][,refresh=<delay>][,bright=<bright>][,post=<y/n>]
```
- WS2812 is the string type, more will be added in the future
- 'length' is the number of leds in the string. This should be an odd number.
Expand Down

0 comments on commit 9a6836a

Please sign in to comment.