mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated NeoPixelBus object (markdown)
@@ -13,7 +13,7 @@ And this will create one that is compatible with an ESP-01. It will manage 32 p
|
||||
NeoPixelBus<NeoGrbFeature, NeoEsp8266Uart800KbpsMethod> strip(32, 2);
|
||||
```
|
||||
|
||||
# Features
|
||||
# Neo Features
|
||||
These "feature" objects will be used to define what color order is used for the pixels and what color size (rgb, or rgbw).
|
||||
Currently there are only a few sizes and color formats.
|
||||
If you do not see what you require, request it by creating an issue on GitHub.
|
||||
@@ -36,7 +36,7 @@ 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
|
||||
# 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.
|
||||
|
||||
## Neo800KbpsMethod
|
||||
|
Reference in New Issue
Block a user