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.71k stars 1.17k forks source link

(Python) Getting unrecognized argument --no-led-hardware-pulse #249

Closed Gariantroll closed 7 years ago

Gariantroll commented 7 years ago

I am getting this error. I tried to blacklist the sound, but I am still getting this error

runtext.py: error: unrecognized arguments: --led-no-hardware-pulse

hzeller commented 7 years ago

Yes, this is expected, the Python library does not use the flags yet. Pull requests that change that welcome.

Gariantroll commented 7 years ago

I got rid of the audio file and it worked. Thanks for your help and quick responses.

hzeller commented 7 years ago

Getting rid of the audio is the best solution anyway.

In the latest commit https://github.com/hzeller/rpi-rgb-led-matrix/commit/e2ffd91644eb9ca36b57921c07106be1ef0d0f63 the lack of options has been fixed, and there is now a --led-no-hardware-pulse

tomsepe commented 1 year ago

Hello, It seems this error is back. I have a raspberrypi 4 and just downloaded the files using the script provided by adafruit's tutorial. and when I try to run runtext.py with the "--led-no-hardware-pulse" I get the "expected one argument" response.