mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
fix br
This commit is contained in:
parent
c9269cf953
commit
762e803fdb
@ -24,7 +24,7 @@ Sends a string of RGB Data in 24 bits to WS2801. Don't forget to call `ws2801.in
|
||||
It should be composed from an RGB triplet per element.
|
||||
- `R1` the first pixel's red channel value (0-255)
|
||||
- `G1` the first pixel's green channel value (0-255)
|
||||
- `B1` the first pixel's blue channel value (0-255)
|
||||
- `B1` the first pixel's blue channel value (0-255)<br />
|
||||
... You can connect a lot of WS2801...
|
||||
- `R2`, `G2`, `B2` are the next WS2801's Red, Green, and Blue channel values
|
||||
|
||||
|
@ -12,7 +12,7 @@ Send GRB data in 8 bits to a WS2812 chain.
|
||||
It should be composed from a GRB triplet per element.
|
||||
- `G1` the first pixel's Green channel (0-255)
|
||||
- `R1` the first pixel's Red channel (0-255)
|
||||
- `B1` the first pixel's Blue channel (0-255)
|
||||
- `B1` the first pixel's Blue channel (0-255)<br />
|
||||
... You can connect a lot of WS2812 ...
|
||||
- `G2`, `R2`, `B2` are the next WS2812's Green, Red, and Blue channel parameters
|
||||
|
||||
@ -39,7 +39,7 @@ Send GRB data in 8bits to a WS2812 chain.
|
||||
It should be composed from an RGB triplet per element.
|
||||
- `R1` the first pixel's Red channel (0-255)
|
||||
- `G1` the first pixel's Green channel (0-255)
|
||||
- `B1` the first pixel's Blue channel (0-255)
|
||||
- `B1` the first pixel's Blue channel (0-255)<br />
|
||||
... You can connect a lot of WS2812 ...
|
||||
- `R2`, `G2`, `B2` are the next WS2812's Red, Green, and Blue channel parameters
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user