adafruit / Adafruit_CircuitPython_NeoTrellis

CircuitPython library for the Adafruit RGB Trellis
MIT License
8 stars 14 forks source link

Need to explicitly set RGB pixel_order #18

Closed caternuson closed 2 years ago

caternuson commented 2 years ago

This PR: https://github.com/adafruit/Adafruit_CircuitPython_seesaw/pull/102 Fixed it so bpp and pixel_order are now internally consistent. But the default set by the seesaw library is RGBW (unsure why). This previously worked since it relied on the essentially RGB behavior when bpp and pixel_order were the inconsistent defaults. But now it does not work, due to the RGBW default. See comment here: https://github.com/adafruit/Adafruit_CircuitPython_seesaw/issues/101#issuecomment-1153330916

caternuson commented 2 years ago

Closing. Should be fixed with #19.