heddevanderlugt / MAUI---MPD-Audio-User-Interface

This module let you use any MPD based audio player using your own hardware buttons and/or LCD screen. Developed to reuse the buttons and lcd from my audioset to control a Raspberry PI audio setup. I choose Moode Audio but should work with any MPD based audio setup i.e XBMC/Kodi.
GNU Lesser General Public License v2.1
0 stars 0 forks source link

lcd-test #3

Open jimToo opened 3 years ago

jimToo commented 3 years ago

There's somehow a attribute missing? Tried a lot but couldn't find out why it's complaining...

pi@moode:/usr/bin/maui $ python3 maui.py --test lcd {} MAUI - MPD Audio User Interface started in test mode LCD test is performed, LCD should display testdata press ctrl-z to end Traceback (most recent call last): File "maui.py", line 270, in maui.lcd.display( "performing tests", 0) AttributeError: 'NoneType' object has no attribute 'display'

heddevanderlugt commented 3 years ago

Did you change the INI file, especialy the display=LCD part?