Thanks both.
So very roughly I cloned the github Installed Python 3 Went into the Python dir And this is the command I need to run at startup/boot
/rpi-rgb-led-matrix/bindings/python/samples $ sudo python3 runtext.py --led-cols=64 --led-gpio-mapping=adafruit-hat --text="My Snarky Message Here"
Did this work for you?
@EB started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Thanks both.
So very roughly I cloned the github
Installed Python 3
Went into the Python dir
And this is the command I need to run at startup/boot
/rpi-rgb-led-matrix/bindings/python/samples $ sudo python3 runtext.py --led-cols=64 --led-gpio-mapping=adafruit-hat --text="My Snarky Message Here"