hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.71k stars 1.17k forks source link

Can anyone help me? #1413

Open Bano310 opened 2 years ago

Bano310 commented 2 years ago

@hzeller Hello, master I have been trying to make a counter that shows its results on the 32x64 screen, but I can not create a decent code, could you help me, I have the counter done but I do not know how to display it on the screen. 0

hrueger commented 2 years ago

Take a look at the python example here: https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/samples/graphics.py and at the installation instructions