Updated DotStar Methods (markdown)

Michael Miller
2023-07-05 10:34:57 -07:00
parent 5506873cee
commit c43b02c749

@@ -1,4 +1,4 @@
There is a large selection of DotStar Methods to pick from. They should only be used with DotStar Features. The names of them come in several varieties: the bit bang, hardware SPI, hardware SPI with a specific speed, and the platform specific named.
There is a large selection of DotStar (two wire) Methods to pick from. They generally should only be used with DotStar Features. The names of them come in several varieties: The bit bang, hardware SPI, hardware SPI with a specific speed, and the platform specific named.
### The BitBang named:
**"\<insert LED name\>Method"**
@@ -10,6 +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.
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)`.