mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated NeoPixelBus object (markdown)
@@ -52,11 +52,11 @@ Similar to the DotStarBgrFeature, except that it exposes the DotStar feature of
|
|||||||
NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to lowered, and thus not useful for POV displays.
|
NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to lowered, and thus not useful for POV displays.
|
||||||
|
|
||||||
## DotStarGrbFeature
|
## DotStarGrbFeature
|
||||||
A three element color in the order of Green, Red, and then Blue. Used only with DotStar methods.
|
A three element color in the order of Green, Red, and then Blue. Used only with DotStar methods.
|
||||||
NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to lowered, and thus not useful for POV displays.
|
|
||||||
|
|
||||||
## DotStarLgrbFeature
|
## DotStarLgrbFeature
|
||||||
Similar to the DotStarGrbFeature, except that it exposes the DotStar feature of a "luminance" value of 0-31. This will require the use of the RgbwColor object and the W element must be set to provide a luminance override on the pixel.
|
Similar to the DotStarGrbFeature, except that it exposes the DotStar feature of a "luminance" value of 0-31. This will require the use of the RgbwColor object and the W element must be set to provide a luminance override on the pixel.
|
||||||
|
NOTE: Use of any luminance other than 31 will cause the update rate on the LEDs to lowered, and thus not useful for POV displays.
|
||||||
|
|
||||||
# Neo Methods
|
# Neo Methods
|
||||||
These platform methods will define "how" the pixels are updated. While primarily used to define how fast the data is sent out to support older pixels; for the Esp8266 it also defines the several methods required based on different form factors due to pin restrictions and exposed pins on the boards.
|
These platform methods will define "how" the pixels are updated. While primarily used to define how fast the data is sent out to support older pixels; for the Esp8266 it also defines the several methods required based on different form factors due to pin restrictions and exposed pins on the boards.
|
||||||
|
Reference in New Issue
Block a user