Installation guidelines

Hi,

I feel so stupid but I don’t know how to start.
From GitHub - hzeller/rpi-rgb-led-matrix: Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO I am totally lost in the documentation, jumping from one link to another without finding the way to start.
So my here is my very a basic question
What should I do / install to start some RGB demos after installation of the Raspberry Lite image?

I have currently a HAT-A3 from WWW.acmesystems.it ans a Raspberry PI2 and PI1 A
Thanks in advance
Robert
Note:
I am not totally dummy and I am familiar with C++ compilation and development on arduino and raspberry alike platforms,
Thanks in advance,
Robert

Is this the way to go:

  1. Get from github rpi-rgb-led-matrix-master.zip
  2. Unzip the files
  3. Copy it for instance to the Pi $HOME directory
  4. Run make
  5. Go to examples-api-use directory
  6. To test, for instance sudo ./demo

Robert

1 Like

Yes, that process will work. You can also use git clone to copy the files which can make getting updates easier.

The other thing is to make sure your LED panel is compatible.

OK,
Thanks
Yes another good question, I did order a LED matrix panel for test from China.
There are so many different model that its quite difficult to understand which one is the good one, the only compatibility info I have is :
Nova/Linsn/Colorlight/DBstar
Does it means something … standard
Robert

As a relative noob to led panels, I haven’t found a good method of discerning what panels are compatible. The key are the driver chips used on the back of the panel. When you get your panel and have it hooked up per the github readme instructions, the only thing to do is try the different configuration options and see what works. The higher resolution panels (i.e.p2) seem to be the hardest to get working.

1 Like

This presentation helped me get going…

https://www.youtube.com/watch?v=omMVAtGGr_0

I can confirm that these 64*64 led panels from AliExpress work
https://www.aliexpress.com/snapshot/0.html?spm=a2g0s.9042647.0.0.4ca14c4dxI1Lf7&orderId=8125302542502303&productId=32691434344
Note if you are using the adafruit bonnet you have to slightly modify it to link the E and 8 pads with a blob of solder - see Driving Matrices | Adafruit RGB Matrix Bonnet for Raspberry Pi | Adafruit Learning System