ua is Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

this is the global campaign template, current utc time is 2026-02-04 07:32:27

This is the testing info for global variables in phtml

Monday Kids LED Full Color 8*8 Dot Matrix Screen for Raspberry Pi 3/2/B+ RGB LED Display Board 8x8 RPI-RGB-LED-Matrix

$10.17

Product name is LED Full Color 8*8 Dot Matrix Screen for Raspberry Pi 3/2/B+ RGB LED Display Board 8x8 RPI-RGB-LED-Matrix...

Product origin name is Monday Kids LED Full Color 8*8 Dot Matrix Screen for Raspberry Pi 3/2/B+ RGB LED Display Board 8x8 RPI-RGB-LED-Matrix

Availability: In stock
SKU
RY-ES-72

This is the button area

Final Price is 10.17

Product Id is 939

Payment Security

Payment Security

We are PayPal Verified

PayPal is a secure and trusted payment processing service that allows you to shop online. PayPal can be used at mondaykids.com to purchase items by Credit Card (Visa, MasterCard, Discover, and American Express), Debit Card , or E-check (i.e. using your regular Bank Account).

  • Brand Name: Monday Kids
  • is_customized: Yes
  • Tube Chip Color: GB LED Display Board
  • Usage: for Raspberry Pi 3/2/B+
Description:
RPI-RGB-LED-Matrix is base on 74HC595 chip and it's an 8*8 dot matrix module that can be drivered by Arduino board, Raspberry Pi and even STM32 or STC89C serials development board.
It communicates with your development board or your chip by SPI protocol, it's very easy to setup and use.
You can use it to do a lot of interesting things, such as musical backdrop, music spectrum analyzer, and even in your bicycle taillights.
Features:
-Based on 74HC595 chip support
-Support SPI protocol
-Low power consumption
-RGB three-color combination can be a lot of bright colors
Package Includes:
1 x RPI-RGB-LED-Matrix
How to wire it up:
You can just follow this following chart to set it up with your Raspberry Pi.
wires Chart:

How to light it up:

1. After power on and login to system. you can open a terminal and edit /boot/config.txt file to enable SPI function.

sudo vim.tiny /boot/config.txt

and input those parameters:

device_tree=bcm2710-rpi-3-b.dtb

dtparam=spi=on

2.Edit a file named it matrix.c and input following paragraph:

sudo vim.tiny matrix.c

and input those code:

#include

#include

#include

#include

#define RED_DATA 0

#define BLUE_DATA 1

#define GREEN_DATA 2

int main(void)

{

static uint8_t data[4] = {0x0,0x0,0x0,0x0};

wiringPiSetup();

wiringPiSPISetup(0,500000);

while(1)

{

static uint8_t heart[8] = {0x00, 0x66, 0xFF, 0xFF, 0xFF, 0x7E, 0x3C, 0x18};

int j;

int x=2;

for ( j=0;j<8;j++)

{

data[0] = ~heart[j];

data[2] = 0xFF;

data[1] = 0xFF;

data[3] = 0x01 << j ;

wiringPiSPIDataRW(0,data,sizeof(data));

delay(x);

};

};

}

3.Compile it and run it.

sudo gcc -o matrix matrix.c -lwiringPi

sudo ./matrix

  • Unit Type: piece
  • Package Weight: 0.05kg (0.11lb.)
  • Package Size: 12cm x 10cm x 3cm (4.72in x 3.94in x 1.18in)
Write Your Own Review
You're reviewing:Monday Kids LED Full Color 8*8 Dot Matrix Screen for Raspberry Pi 3/2/B+ RGB LED Display Board 8x8 RPI-RGB-LED-Matrix
Your Rating
Discover More Products from Its Parent Categories: