rpi-rgb-led-matrix
rpi-rgb-led-matrix copied to clipboard
Python binding for background color of text
Tried doing it myself but don't know C++ at all and keep missing some things. Any help would be appreciated. Thanks!
You could use TrueType font using PIL.ImageFont module to render your text.
Another option is to fill backgroud color firstly, then to drawText on it.