Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
762e803f
Commit
762e803f
authored
Jan 11, 2016
by
devsaurus
Committed by
Marcel Stör
Jan 11, 2016
Browse files
fix br
parent
c9269cf9
Changes
2
Show whitespace changes
Inline
Side-by-side
docs/en/modules/ws2801.md
View file @
762e803f
...
@@ -24,8 +24,8 @@ Sends a string of RGB Data in 24 bits to WS2801. Don't forget to call `ws2801.in
...
@@ -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.
It should be composed from an RGB triplet per element.
-
`R1`
the first pixel's red channel value (0-255)
-
`R1`
the first pixel's red channel value (0-255)
-
`G1`
the first pixel's green 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...
... You can connect a lot of WS2801...
-
`R2`
,
`G2`
,
`B2`
are the next WS2801's Red, Green, and Blue channel values
-
`R2`
,
`G2`
,
`B2`
are the next WS2801's Red, Green, and Blue channel values
#### Returns
#### Returns
...
...
docs/en/modules/ws2812.md
View file @
762e803f
...
@@ -12,8 +12,8 @@ Send GRB data in 8 bits to a WS2812 chain.
...
@@ -12,8 +12,8 @@ Send GRB data in 8 bits to a WS2812 chain.
It should be composed from a GRB triplet per element.
It should be composed from a GRB triplet per element.
-
`G1`
the first pixel's Green channel (0-255)
-
`G1`
the first pixel's Green channel (0-255)
-
`R1`
the first pixel's Red 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 ...
... You can connect a lot of WS2812 ...
-
`G2`
,
`R2`
,
`B2`
are the next WS2812's Green, Red, and Blue channel parameters
-
`G2`
,
`R2`
,
`B2`
are the next WS2812's Green, Red, and Blue channel parameters
#### Returns
#### Returns
...
@@ -39,8 +39,8 @@ Send GRB data in 8bits to a WS2812 chain.
...
@@ -39,8 +39,8 @@ Send GRB data in 8bits to a WS2812 chain.
It should be composed from an RGB triplet per element.
It should be composed from an RGB triplet per element.
-
`R1`
the first pixel's Red channel (0-255)
-
`R1`
the first pixel's Red channel (0-255)
-
`G1`
the first pixel's Green 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 ...
... You can connect a lot of WS2812 ...
-
`R2`
,
`G2`
,
`B2`
are the next WS2812's Red, Green, and Blue channel parameters
-
`R2`
,
`G2`
,
`B2`
are the next WS2812's Red, Green, and Blue channel parameters
#### Returns
#### Returns
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment