How can I undo the sudo code that was run with the wrong type of LCD "...-show" The system boots to a certain point and then just does not continue. Ive tried mounting the micro sd and see if I can change to the designated screen, but can't find where or how without formatting the drive and reinstalling the system The code that was used was:
sudo rm -rf LCD-show
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./LCD35-show
but should have been:
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
sudo ./MPI3508-show
https://trickiknow.com/raspberry-pi-3-complete-tutorial-2018-lets-get-started/