09-27-2021, 04:22 AM
Hi officialsm
The error meassage says
This is because mpd_oled is being started with '-o 0'
If you try running mpd_oled_service_edit and specify your display with option -o then mpd_oled will hopefully work.
Adrian
The error meassage says
Code:
mpd_oled: error: option -o: invalid 128x64 oled type 0 (see -h)
This is because mpd_oled is being started with '-o 0'
Code:
Process: 6538 ExecStart=/usr/bin/mpd_oled -o 0 -b 21 -g 1 -f 15 (code=exited, status=1/FAILURE)
If you try running mpd_oled_service_edit and specify your display with option -o then mpd_oled will hopefully work.
Adrian