2016-01-20

I'm trying to control a 32x32 LED panel using this: https://github.com/hzeller/rpi-rgb-led-matrix , with a Raspberry Pi 2.

The github page contains everything about connecting, information about the display & RPI, libraries, example codes.. This is all in C

But also a category "Python" is over there with some code examples.

The thing is, this is all explained too "professional", i need a "beginners tutorial of what to do, step by step", excluding the hardware things, just, how to get and use these libraries on my RPI & how to install the Python part, So i'd be able to write my python programs including functions to control the LED panel.
(also, i don't have internet connection on my RPI)

Does anyone have tips or in case it's not a big deal, explain me?

Jonas

Show more