Essentially, I’m drawing each layer on top of each other. That is: start from the lower layer and draw up. So, no sprites or any fancy graphics primitives.
It is possible to run it without Docker. Once I get a bit of bandwidth I want to revisit this project and rewrite it in GoLang. This will reduce the amount of complexity and enable a single executable to run.
Of course you could still run it in Docker as well. Either way.
If you look at the Dockerfile on GitHub it has all the build method contained within a script. You’ll just have to be careful about paths.
Hi Mike, thanks for sharing this awesome little project!
However currently the installation of Docker on the pi0 is not working. Follow the instructions in this thread: https://github.com/moby/moby/issues/38175#issuecomment-439733278 to fix the install.
Cheers
Steven
Problem with config.txt. Where you edited config.txt in the section called “SD card changes”, this caused RPi3ModB+ to hang during boot. I’m using raspbian GNU/Linux 9 (stretch). The suggested modifications dtparam=audio=off and
dtoverlay=dwc2 caused the boot to hang. I’ll let you know more if the program doesn’t work without these changes.
Hello,
I finally got the display running on my Pi Zero W . I am using all the same part indicated in the project. The problem i am having is with the graphics. They are not displaying correctly on both of of the systems i built for my nephews.
Does anyone have a corrective action for this?
Ah, that would be a bug in the code.
I’ve been meaning to rewrite this in GoLang and have been looking at it this last week.
Hopefully I’ll have it finished by the end of next week.
Mick, I am getting the same problem as Face_Death. Do you know where I might be able to find the updated code? Thank you for this project, I hope I can get it working!
Yes, just soldered the contact indicated by Geroge_Lindner as indicated on board, Thanks Again! and the display came up correct. Just ran into other problems with the time displaying correctly. Have not had a chance to review this issue. Not a fan of MQTT, probably because i don’t fully understand the operation and control of it.
Regards!
Hi =) First thanks for sharing this very nice project.
I’m unfortunately inexperienced. how can I upload my own GIF picture? Can you please tell me how it works?
would it be possible to create a container yourself with the files from GitHub? Can’t I put my own GIF in the rgbmatrix folder and then build a container and install it via ssh?
what would be the procedure in this case?
A last question…
How can i setup the time that is shown on the Matrix. I was able to successfully set the time from the Raspberry itself. but the time shown (on the matrix) is one hour early.
Hi stetho,
I have the time issue as well. I don’t understand how to use docker. How did you start the container with the -v and -e options? Can you show the entire docker command line that you used to start the container?
Thanks!
Hi MicMake, I’m trying to display a depth input from kinect on the LEDMatrix using Pi4. I can’t figure out the best way. Do you have any suggestions? I’m able to get the depth video/image form kinect on a separate monitor using Pi. However, I don’t know how to display it on the LEd matrix. Thanks!