adafruit / Adafruit_CircuitPython_IS31FL3731

CircuitPython driver for the IS31FL3731 charlieplex IC
MIT License
22 stars 25 forks source link

Adding support for the 4x4 RGB LED matrix of Keybow 2040 #35

Closed sandyjmacdonald closed 3 years ago

sandyjmacdonald commented 3 years ago

This adds support for x, y addressing of Keybow 2040's RGB LED keys, in a similar way to the LED SHIM in this library.

Keybow 2040 is an RP2040-powered mini mechanical keyboard with a 4x4 grid of keys (wired straight to GPIO pins of the RP2040) and 16 RGB LEDs driven by the IS31FL3731 driver chip.

The code added here was tested against the CircuitPython 6.1.0 release.

sandyjmacdonald commented 3 years ago

Well, I haven't the foggiest as to why those checks failed...

ladyada commented 3 years ago

looks like you need to run black

https://learn.adafruit.com/improve-your-code-with-pylint

sandyjmacdonald commented 3 years ago

looks like you need to run black

https://learn.adafruit.com/improve-your-code-with-pylint

Thanks, Limor! On it.