Glam Prestige Journal

Bright entertainment trends with youth appeal.

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

3

1 Answer

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 ---

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy