I'm running Ubuntu MATE 18.04 on Raspberry Pi 3 Model B+ and it works fine, but I need to install a touch screen.
I followed the steps here and restarted the system but it gets stuck on the rainbow screen.
Any suggestions?
Thanks in advance
I'm running Ubuntu MATE 18.04 on Raspberry Pi 3 Model B+ and it works fine, but I need to install a touch screen.
I followed the steps here and restarted the system but it gets stuck on the rainbow screen.
Any suggestions?
Thanks in advance
For me 5" touchscreen LCD for Raspberry pi 3 B+ works fine( touch and display). Just copy and past this command below to your config.txt on your boot file. No need to install its driver. Just reboot your raspberry pi (ubuntu mate) then it work fine.
--- added by elecrow-pitft-setup ---
hdmi_force_hotplug=1
max_usb_current=1
hdmi_drive=1
hdmi_group=2
hdmi_mode=1
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=50000,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900
display_rotate=0
--- end elecrow-pitft-setup ---