I am new to coding and definitely new to coding an LED matrix. I have a python script that calls the price of a stock every ten seconds. I am trying to figure out 1. how to simply print something simple like a simple number on the matrix and 2. how to build a python script on a raspberry pi.
I feel like printing a data point on the matrix should be simple, but I have yet to figure it out. If anyone has a knowledge on how to help, it would be much appreciated.
Hi, I also want to display a python variable on my LED matrix display, have you managed to make any progress with this issue? I was hoping to edit the sample runtext.py but no luck so far.
I’ve made a quick example for you.
This script simply displays a text read from a text file.
You have to change MATRIX CONFIG values to be yours and then run it like that :