Adafruit
CharliePlex LED Matrix Bonnet - 8x16 Red LEDs
· MPN: ADA6115
Add a bright red 16x8 LED matrix to your Raspberry Pi with this Adafruit CharliePlex LED Matrix Display Bonnet. It sits on any Raspberry Pi computer with a 2...
Get notified when back in stock
Add a bright red 16x8 LED matrix to your Raspberry Pi with this Adafruit CharliePlex LED Matrix Display Bonnet. It sits on any Raspberry Pi computer with a 2x20 connector, giving you a compact grid of 128 charlieplexed LEDs for patterns, text and simple graphics.
The built-in IS31FL3731 Charlieplex driver runs over I2C, so it only uses the SDA and SCL pins and can share the bus with other I2C devices and sensors. Each LED can be PWM controlled individually, with 8-bit dimming for smooth lighting effects without lots of pin handling.
The driver includes display memory for 8 separate animation frames, letting you prepare multiple frames and switch between them with a single command. The Bonnet comes fully assembled with no soldering required, and Adafruit’s CircuitPython library works on Linux computers such as Raspberry Pi after a pip install.
Features:
- Matrix size: 16x8 LED display with 128 charlieplexed LEDs
- LED colour: Red LED matrix
- Raspberry Pi fit: Fits any Raspberry Pi computer with a 2x20 connector
- Driver: Built-in Charlieplex driver runs over I2C
- Individual control: PWM control for each individual LED in the 16x8 grid
- Dimming: 8-bit (256 level) dimming for each individual LED
- Driver chip: Uses the IS31FL3731
- Power: Runs happily over 3.3V power
- Animation memory: Enough RAM for 8 separate frames of display memory
- I2C pins: Uses only SDA/SCL pins and can share them with other I2C devices and sensors
- Assembly: Fully assembled with no soldering required
- Software: Uses Adafruit’s CircuitPython library for Linux computers like Raspberry Pi
- Examples: Example code is provided for simple graphics or text
Specifications:
- Product Dimensions: 65.0mm x 30.6mm x 5.5mm / 2.6" x 1.2" x 0.2"
- Product Weight: 8.1g / 0.3oz
Jargon buster
Plain-language definitions for the technical terms used above.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- SDA/SCL
- SDA and SCL are the two signal lines used by an I2C bus: data and clock. Seeing these names helps you identify the correct connections when wiring I2C devices, even though Qwiic cables usually hide that wiring for you.
Find this product in
Raspberry Pi
Supplier page — adafruit.com
Supplier Description · 2.6 MB · Click any page to view full size
Source Code
Open-source libraries, firmware & example projects for this product
CircuitPython driver for the IS31FL3731 charlieplex IC
3becc08
2 months ago
· 293 commits
- .github Add upload url to release action over 3 years ago
- adafruit_is31fl3731 use ruff instead of pylint/black almost 2 years ago
- docs remove deprecated ruff rule, workaround RTD theme property inline issue. 8 months ago
- examples use ruff instead of pylint/black almost 2 years ago
- LICENSES Ran pre-commit, added licenses over 5 years ago
- .gitattributes use ruff instead of pylint/black almost 2 years ago
- .gitignore Return from fade on "None" over 3 years ago
- .pre-commit-config.yaml "Update ruff pre-commit hook 2 months ago
- .readthedocs.yaml update rtd.yml file about 1 year ago
- CODE_OF_CONDUCT.md Ran pre-commit, added licenses over 5 years ago
- LICENSE Fix pixel coordinates, add license almost 10 years ago
- optional_requirements.txt add PIL to optional reqs about 2 years ago
- pyproject.toml Update license specification 3 months ago
- README.rst use ruff instead of pylint/black almost 2 years ago
- README.rst.license Ran pre-commit, added licenses over 5 years ago