Updated DotStar Methods (markdown)

Michael Miller
2023-07-05 13:05:42 -07:00
parent cd3e79950d
commit 9b75858455

@@ -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)`.