---
product_id: 530878277
title: "64x64 RGB LED Matrix Panel Full Color for Raspberry Pi/Ardui 192x192 mm 3mm Pitch 4096 LEDs Adjustable Brightness"
brand: "iiunius"
price: "308 zł"
currency: PLN
in_stock: true
reviews_count: 9
category: "Iiunius"
url: https://www.desertcart.pl/products/530878277-64x64-rgb-led-matrix-panel-full-color-for-raspberry-pi
store_origin: PL
region: Poland
---

# Adjustable brightness & 3mm pitch 4096 full-color RGB LEDs 64x64 pixel matrix 64x64 RGB LED Matrix Panel Full Color for Raspberry Pi/Ardui 192x192 mm 3mm Pitch 4096 LEDs Adjustable Brightness

**Brand:** iiunius
**Price:** 308 zł
**Availability:** ✅ In Stock

## Summary

> 🌟 Light up your ideas with every pixel!

## Quick Answers

- **What is this?** 64x64 RGB LED Matrix Panel Full Color for Raspberry Pi/Ardui 192x192 mm 3mm Pitch 4096 LEDs Adjustable Brightness by iiunius
- **How much does it cost?** 308 zł with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.pl](https://www.desertcart.pl/products/530878277-64x64-rgb-led-matrix-panel-full-color-for-raspberry-pi)

## Best For

- iiunius enthusiasts

## Why This Product

- Trusted iiunius brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Chainable HUB75 Headers:** Easily expand your display with dual HUB75 connectors for daisy-chaining multiple panels.
- • **Compact Yet Impactful Size:** 192x192mm panel fits perfectly on desktops or walls, elevating any workspace or event.
- • **Vibrant 64x64 Pixel Display:** Crystal-clear visuals with 4096 RGB LEDs for stunning full-color animations and text.
- • **Customizable Brightness Control:** Adjust brightness to suit any environment, from cozy rooms to bright storefronts.
- • **Plug & Play with Raspberry Pi & Arduino:** Open-source resources and tutorials make integration seamless for your DIY projects.

## Overview

This 64x64 RGB LED Matrix Panel features 4096 individually addressable full-color LEDs with a sharp 3mm pitch, housed in a compact 192x192mm frame. Designed for Raspberry Pi and Arduino compatibility, it offers adjustable brightness and dual HUB75 headers for chaining multiple panels. Perfect for DIY enthusiasts and professionals looking to create dynamic text, images, or animations with open-source support and tutorials.

## Description

Features By nightfall, the dazzling neon lights of the streets and alleys illuminate the whole city making it more dynamic. Obviously, the Full-Color LED Matrix Panel is playing an important role. Maybe be on the doors of shops, maybe be on the bus or the taxi, you can always see animations or advertisement videos. 4096 individual RGB LEDs, full-color display, adjustable brightness 64×64 pixels, 3mm pitch, allows displaying text, colorful image, or animation 192×192mm dimensions, moderate size, suitable for DIY desktop display or wall mount display Onboard two HUB75 header, one for controller data input, one for output, chain support Provides open source development resources and tutorials, for use with Raspberry Pi, Ardui, and so on Part List 1. RGB-Matrix-P3-64x64 LED matrix and accessories x1 2. Power supply terminal adapter x1 3. 16P wire ~30cm x1 Note: It is recommended to used with a 5V 4A power supply

Review: Works with the Adafruit MatrixPortal - This 64x64 panel is almost plug-and-play with the MatrixPortal. There are three things you must do to get it working in an Arduino environment: 1. Add a solder blob for Pin 8 for the Address E Line Jumper on the MatrixPortal board. 2. Assure that the address pins array reads like this: uint8_t addrPins[] = {17, 18, 19, 20, 21}; (The "21" is in the example sketches, but it's not present in the "simple" example described in the "Adafruit MatrixPortal M4" guide, as of 12 December 2024.) 3. When creating the Protomatter object, the number of row-select address lines should be "5". The configuration should read: (64, 4, 1, rgbPins, 5, addrPins, clockPin, latchPin, oePin, false);
Review: Too difficult to configure - Too difficult to configure

## Features

- RGB LED matrix panel -64x64, provides open source development resources and tutorials, for use with Raspberry Pi, Ardui, and so on
- RGB LED matrix panel 64x64, 4096 individual RGB LEDs, full-color display, adjustable brightness
- RGB LED matrix panel, 64×64 pixels, 3mm pitch, allows displaying text, colorful image, or animation
- RGB LED matrix panel large, 192×192mm dimensions, moderate size, suitable for DIY desktop display or wall mount display
- Onboard two HUB75 header, one for controller data input, one for output, chain support, just feel free to contact us for technical support

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B0BYJHMFSQ |
| Best Sellers Rank | #146,378 in Industrial & Scientific ( See Top 100 in Industrial & Scientific ) #18 in LED Segment Displays |
| Customer Reviews | 4.1 4.1 out of 5 stars (24) |
| Date First Available | March 15, 2023 |
| Item Weight | 13.7 ounces |
| Item model number | Iiunius |
| Manufacturer | Iiunius |
| Product Dimensions | 7.56 x 7.56 x 7.56 inches |

## Product Details

- **Brand:** iiunius
- **Chipset Type:** raspberry pi
- **Compatible Devices:** Raspberry Pi, Arduino
- **Compatible Processors:** Raspberry Pi BCM2835, BCM2836, BCM2837, BCM2711, Arduino Atmel AVR, Arduino ESP32
- **Main Power Connector Type:** DC Barrel Jack or similar
- **Memory Clock Speed:** 2666 MHz
- **Memory Storage Capacity:** 16 GB
- **Model Name:** RGB Full-Color LED Matrix Panel
- **Platform:** Linux
- **RAM Memory Technology:** DDR2

## Images

![64x64 RGB LED Matrix Panel Full Color for Raspberry Pi/Ardui 192x192 mm 3mm Pitch 4096 LEDs Adjustable Brightness - Image 1](https://m.media-amazon.com/images/I/71HXClJDhLL.jpg)

## Customer Reviews

### ⭐⭐⭐⭐⭐ Works with the Adafruit MatrixPortal
*by B***N on December 9, 2024*

This 64x64 panel is almost plug-and-play with the MatrixPortal. There are three things you must do to get it working in an Arduino environment: 1. Add a solder blob for Pin 8 for the Address E Line Jumper on the MatrixPortal board. 2. Assure that the address pins array reads like this: uint8_t addrPins[] = {17, 18, 19, 20, 21}; (The "21" is in the example sketches, but it's not present in the "simple" example described in the "Adafruit MatrixPortal M4" guide, as of 12 December 2024.) 3. When creating the Protomatter object, the number of row-select address lines should be "5". The configuration should read: (64, 4, 1, rgbPins, 5, addrPins, clockPin, latchPin, oePin, false);

### ⭐⭐ Too difficult to configure
*by R***H on March 2, 2026*

Too difficult to configure

### ⭐⭐⭐⭐⭐ Perfect
*by I***2 on March 24, 2024*

I have 20 of these bad boys interconnected with a custom emulator. Now I can play Pac-Man on a 65k LED display, the way god intended.

## Frequently Bought Together

- 64x64 RGB LED Matrix Panel Full Color for Raspberry Pi/Ardui 192x192 mm 3mm Pitch 4096 LEDs Adjustable Brightness
- 360-Pc Multicolor Breadboard Jumper Wires Kit - 30/20/10cm Dupont Cables (MF/MM/FF) for Arduino, Raspberry Pi
- 4PCS Breadboards Kit Include 2PCS 830 Point 2PCS 400 Point Solderless Breadboards for Proto Shield Distribution Connecting Blocks

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.pl/products/530878277-64x64-rgb-led-matrix-panel-full-color-for-raspberry-pi](https://www.desertcart.pl/products/530878277-64x64-rgb-led-matrix-panel-full-color-for-raspberry-pi)

---

*Product available on Desertcart Poland*
*Store origin: PL*
*Last updated: 2026-04-27*