Hi all.
Somehow I couldn’t find any art or post describing how to run this screen with volumio. There are information about “Raspberry Pi Touch Display” v1 out there but nothing (?) about new v2.
So after some tinkering and a LOT of swearing I make it happen and narrow down the process to a few simple steps:
- Install “Touch Display” plugin in Volumio plugin manager
At this point, the interface will be displayed only on HDMI output.
If your power supply is able to provide at least 3A (@5V) go to point 2 if not, replace it - Go to
/boot/userconfig.txt
and add the following:
display_auto_detect=1
[all]
usb_max_current_enable=1
- Reboot
- In plugin configuration page, rotate screen to the desired orientation (usually 90 degrees)
- You might not notice this at first, but after reboot, SSH is disabled. If you need SSHD working as before, go to http://yourvolumioip/dev, where ‘yourvolumioip’ is the actual IP address of your device e.g. 192.168.1.54. Find the SSH section, and click ‘enable’. From now on, your SSH will be permanently enabled.