mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 21:04:27 +02:00
Updated DotStar Methods (markdown)
@@ -9,8 +9,10 @@ Simply insert the model name of your LED before "Method" and more than likely yo
|
|||||||
* **P9813**Method - (P9813) Must use the P9813BgrFeature.
|
* **P9813**Method - (P9813) Must use the P9813BgrFeature.
|
||||||
* **Lpd8806**Method - (LPD8806) Must use either Lpd8806BrgFeature or Lpd8806GrbFeature color feature.
|
* **Lpd8806**Method - (LPD8806) Must use either Lpd8806BrgFeature or Lpd8806GrbFeature color feature.
|
||||||
* **Lpd6803**Method - (LPD6803) Must use one of the many Lpd6803*Feature.
|
* **Lpd6803**Method - (LPD6803) Must use one of the many Lpd6803*Feature.
|
||||||
|
* **Sm16716**Method - (SM16716) Use the DotStarRgbFeature color feature. 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)`.
|
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)`.
|
||||||
|
|
||||||
### Hardware SPI named:
|
### Hardware SPI named:
|
||||||
**"\<insert LED name\>SpiMethod"**
|
**"\<insert LED name\>SpiMethod"**
|
||||||
|
Reference in New Issue
Block a user