rpi-rgb-led-matrix icon indicating copy to clipboard operation
rpi-rgb-led-matrix copied to clipboard

Python binding for background color of text

Open pbullion opened this issue 3 years ago • 2 comments

Tried doing it myself but don't know C++ at all and keep missing some things. Any help would be appreciated. Thanks!

pbullion avatar Mar 31 '22 19:03 pbullion

You could use TrueType font using PIL.ImageFont module to render your text.

xuniuer avatar Apr 01 '22 02:04 xuniuer

Another option is to fill backgroud color firstly, then to drawText on it.

xuniuer avatar Apr 01 '22 02:04 xuniuer