Closed tychop closed 7 years ago
Sounds like you have the new Debian Stretch which results in the problem which is fixed in the main library but the latest version is not synced yet in the submodule in the pixelpusher application.
So your solution is the correct way to solve the problem. I'll update the submodule as soon as I am back at a computer.
I wanted to test LEDLabs ios application with the pixelpusher lib. But whatever I tried, nothing showed up on screen. So I began seeing what could be wrong in my setup. I started by trying out the supporting rpi-rgb-led-matrix lib standalone: Result: I was successful at running the rpi-rgb-led-matrix lib to show runtext.ppm on my 4 32x64 led matrices using:
Now on to the pixelpusher lib: (yes, I cloned recursively, did a
make
in the project root, and did amake -C matrix/examples-api-use
as well)Unfortunately, the last command does nothing. Not even CTRL-C works (you can see that 'Received CTRL-C. Exiting.' is not being displayed after pressing CTRL-C.
So, I deleted the
matrix
dir from~/rpi-matrix-pixelpusher/
and moved~/rpi-rgb-led-matrix
into~/rpi-matrix-pixelpusher/
asmatrix
. Then did amake
.Now the demo works, and the pixelpusher also works: