Static text on matrix display using python

I want to display sensor data on a 32x64 LED display with Adafruit’s bonnet and a Pi Zero, using Python.

I followed Adafruit’s tutorial and after adjustment for multiplexing per Henner’s notes, I have scrolling text from the command: pi@raspberrypi:~/rpi-rgb-led-matrix/bindings/python/samples $ sudo python3 runtext.py --led-rows=32 --led-cols=32 --led-multiplexing=2 --led-chain=2 --led-gpio-mapping=adafruit-hat.

I want the displayed data to be static and have not been able to find Python code for this. The same question has been asked on this site (Non Scrolling Text on RGB Matrix) but remains unresolved. Can anybody help?

there isn’t much support for code here, you might be better off using the adafruit forums for that.