adafruit / Adafruit_CircuitPython_IS31FL3731

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

Add LED SHIM from Pimoroni support #26

Closed dglaude closed 4 years ago

dglaude commented 4 years ago

LED SHIM is the same IS31FL3731 as the other board, but on another I2C address.

The LED used are RGB LED, so what is 28 LED is addressed as 3 row of 28 RED, GREEN and BLUE LEDs.

While it can be addressed as a 28*3 matrix, it give best result with the pixelrgb function I added and that will let you address the 28 position with RGB value.

One specific example is provided that use this unique function.