From 9b758584558cddc6e47ebcf322d9511156c57099 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 5 Jul 2023 13:05:42 -0700 Subject: [PATCH] Updated DotStar Methods (markdown) --- DotStar-Methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DotStar-Methods.md b/DotStar-Methods.md index 518cf7d..44bd20f 100644 --- a/DotStar-Methods.md +++ b/DotStar-Methods.md @@ -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)`.