02-26-2020, 09:40 PM
@maartin
I found an error in my coding and a display class wasn't being created
I have uploaded an update.
It runs for me without any exceptions. Hopefully it will display something on the pirateaudio.
I am also coming to grips with the mutagen library and can get embedded flac covers to display, and soon hope to do the same for other formats.
Russ
PHP Code:
pi@moode-pim:~/tft-cover $ python3 cover_7789.py
Traceback (most recent call last):
File "cover_7789.py", line 18, in <module>
st7789 = ST7789(rotation=90, port=0, cs=1, dc=9, backlight=19, spi_speed_hz=80 * 1000 * 1000)
TypeError: 'module' object is not callable
I found an error in my coding and a display class wasn't being created

I have uploaded an update.
It runs for me without any exceptions. Hopefully it will display something on the pirateaudio.
I am also coming to grips with the mutagen library and can get embedded flac covers to display, and soon hope to do the same for other formats.
Russ