Adafruit
Adafruit NeoPixel NeoMatrix 8x8 - 64 RGB LED Pixel Matrix
Put on your sunglasses before wiring up this LED matrix — 64 eye-blistering RGB LEDs adorn the NeoPixel NeoMatrix for a blast of configurable colour. Arrange...
Get notified when back in stock
Put on your sunglasses before wiring up this LED matrix — 64 eye-blistering RGB LEDs adorn the NeoPixel NeoMatrix for a blast of configurable colour. Arranged in an 8×8 matrix, each pixel is individually addressable with just one microcontroller pin, delivering 24-bit colour (8-bit PWM per channel).
This is the RGB version of the NeoMatrix. For projects that also need a dedicated white channel, check out the RGBW versions: Warm White (~3000K), Natural White (~4500K), and Cool White (~6000K).
Key Features
- 64 RGB LEDs – 8×8 individually addressable matrix with full 24-bit colour
- Single-Pin Control – One data line drives all 64 LEDs using the NeoPixel protocol
- Chainable – Connect DOUT of one panel to DIN of the next for larger displays
- Two 3-Pin Ports – Input and output connectors for easy daisy-chaining
Power Requirements
- Supply voltage: 5 V DC
- Maximum draw: ~60 mA per pixel (up to 3.5 A per panel at full white)
- Typical draw: 1–2 A per panel during normal use
Wiring
- Connect 5V and GND from your power supply to the input port
- Connect DIN to a digital pin on your microcontroller (pin 6 recommended for Arduino)
- Ensure a common ground between the power supply and microcontroller
- To chain panels: connect the first panel's DOUT to the second panel's DIN
Compatibility
- Works with real-time microcontrollers: Arduino (AVR, SAMD, nRF52), ESP32, ESP8266, Teensy, and more
- Requires 8 MHz or faster processor
- Supported by Adafruit's NeoPixel library (Arduino) and CircuitPython/MicroPython
neopixelmodule - Not compatible with Linux-based SBCs or interpreted platforms (e.g., Basic Stamp) for direct driving
Ideal For
- Colourful LED signage and displays
- Scrolling text and pixel art
- Wearable electronics and costumes
- Interactive art installations
- Multi-panel tiled displays
Package Contents
- 1× Adafruit NeoPixel NeoMatrix 8×8 – 64 RGB LED Pixel Matrix
Resources
- NeoPixel Uberguide – Comprehensive guide covering wiring, libraries, and example code
Jargon buster
Plain-language definitions for the technical terms used above.
- AVR
- AVR is a family of 8-bit microcontrollers (made by Microchip, formerly Atmel) used in many classic Arduino-style boards such as the Uno and Nano. They are widely supported but older, which can be a limit for memory- or speed-intensive tasks.
- 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.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- DIN
- As a pin label, DIN stands for 'data in', the input through which a device receives serial data from a controller, as found on SPI displays, LED drivers and other serial modules. DIN can also refer to the German standards body of that name, as in a round multi-pin DIN connector or DIN-rail mounting.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- GND
- GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
- 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.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
Find this product in
Brands
Components
Displays & Screens
adafruit neopixel uberguide
Document · 5.9 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au