mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated NeoPixelBus object (markdown)
@@ -31,7 +31,10 @@ A three element color in the order of Red, Green, and then Blue. Some older pixe
|
|||||||
A four element color in the order of Red, Green, Blue, and then White. A common four element format.
|
A four element color in the order of Red, Green, Blue, and then White. A common four element format.
|
||||||
|
|
||||||
## NeoBrgFeature
|
## NeoBrgFeature
|
||||||
A three element color in the order of blue, Red, and then Green.
|
A three element color in the order of Blue, Red, and then Green.
|
||||||
|
|
||||||
|
## NeoRbgFeature
|
||||||
|
A three element color in the order of Red, Blue, and then Green.
|
||||||
|
|
||||||
# Methods
|
# 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