Hi All,
I am working on my 2nd Volumio streamer. My first one works fine with two rotary encoders and a Raspberry Pi Touch II display. I am now attempting to connect a Waveshare 3.5 inch display to a Raspberry Pi 3B and use Volumio. The display is:
Waveshare 3.5inch DSI LCD(H) Display (resolution 480 x 800)
I followed the instructions on the Waveshare site for configuring this display:
https://www.waveshare.com/wiki/3.5inch_DSI_LCD_(H)
I added the driver (waveshare_35DSI.dtbo) to the /boot/overlays directory as the instructions said. I also edited the config.txt file in the boot directory to include:
dtoverlay=vc4-kms-v3d
dtoverlay=waveshare_35DSI,35H,dsi1
While rebooting, the display does come alive with the Volumio splash screen for a little while. So, it does appear that it has some functionality.
After rebooting, I loaded the Touch Display plugin and the Now Playing plugin. I think there may be a conflict between these plugins. Both will show that they are “ON”, but the Touch Display shows “Inactive”. I have tried multiple ways of turning the Now Playing “OFF”, but there always seems to be something that makes the Touch Display inactive. I removed the Now Playing, but the Touch Display still shows “Inactive”.
I attempted to turn the Touch Display “OFF” and uninstall, but it will not allow me to uninstall it.
On thing I consistently see is an error statement from the Touch Display:
“Failed: start volume-kiosk.service: Error: Command failed: /usr/bin/sudo/bin/systemctl start volume-kiosk.service Failed to start volume-kiosk.service: unit volume-kiosk.service not found”
Anyone help would be appreciated!
John