Makuna / NeoPixelBus

An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
GNU Lesser General Public License v3.0
1.17k stars 259 forks source link

Support Mbi6033 LED driver chip #718

Closed Makuna closed 1 year ago

Makuna commented 1 year ago

Is your feature request related to a problem? Please describe. The Mbi6033 is a 12 channel chip that shows up in some strips driving 4 RGB LEDs.
It is a Two Wire (DotStar) with a unique reset techinque.

Additional context Details captured in this discussion.

Makuna commented 1 year ago

https://github.com/Makuna/NeoPixelBus/pull/719

Makuna commented 1 year ago

NOTE: Due to the way the chip data protocol works, the first pixel in the strip is considered the one opposite end that the data in is connected too. This is unique to this chip and as long as the physical strip size is matched, it poses no issues other than understanding its feed from the opposite end.

Makuna commented 1 year ago

https://github.com/Makuna/NeoPixelBus/releases/tag/2.7.6