mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated DotStar Methods (markdown)
@@ -10,7 +10,7 @@ Simply insert the model name of your LED before "Method" and more than likely yo
|
||||
* **Lpd8806**Method - (LPD8806) Must use either Lpd8806BrgFeature or Lpd8806GrbFeature color feature.
|
||||
* **Lpd6803**Method - (LPD6803) Must use one of the many Lpd6803*Feature.
|
||||
* **Sm16716**Method - (SM16716) Use the DotStarRgbFeature color feature. Only supported as BitBang.
|
||||
* **Mbi6033**Method - (MBI6033) Must use 16 bit per color element color feature like NeoGrb48Feature. Only supported as BitBang.
|
||||
* **Mbi6033**Method - (MBI6033) Must use 16 bit per color element color feature like NeoGrb48Feature. Only supported as BitBang. NOTE that due to the unique protocol, the first pixel is at the other end of the strip from where the signal wire attaches. This is unique to these MBI6033.
|
||||
|
||||
Provide the Pins to use for Data and Clock by setting them in the constructor:
|
||||
`NeoPixelBus(uint16_t countPixels, uint8_t pinClock, uint8_t pinData)`.
|
||||
|
Reference in New Issue
Block a user