hzeller / rpi-rgb-led-matrix

Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO
GNU General Public License v2.0
3.67k stars 1.17k forks source link

DrawText with background not available in Python? #487

Closed marwellit closed 6 years ago

marwellit commented 6 years ago

Hi

I've just installed a new sign with latest RGBMatrix download and when I try to use DrawText from Python (2.7) and specify background colour it complains that it only takes 6 arguments.....yet the C code documentation shows it with 8.

Everything is working fine otherwise 8-)

Is there something I'm doing wrong?

Many thanks Dave

hzeller commented 6 years ago

It probably needs to be provided in the Python binding. If you need it, please send a pull request that adds it.