fix br
This commit is contained in:
parent
c9269cf953
commit
762e803fdb
|
@ -24,8 +24,8 @@ 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)
|
||||
... You can connect a lot of WS2801...
|
||||
- `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
|
||||
|
||||
#### Returns
|
||||
|
|
|
@ -12,8 +12,8 @@ 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)
|
||||
... You can connect a lot of WS2812 ...
|
||||
- `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
|
||||
|
||||
#### Returns
|
||||
|
@ -39,8 +39,8 @@ 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)
|
||||
... You can connect a lot of WS2812 ...
|
||||
- `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
|
||||
|
||||
#### Returns
|
||||
|
|
Loading…
Reference in New Issue