LCD-show
LCD-show copied to clipboard
How to uninstall?
After installing each time is asked for pressing enter after boot, thats ridiciolous. How can the whole thing removed that it is the same before without the display?
I'm only learning myself, but all I did was ssh into the pi and run "sudo ./LCD-hdmi"... everything back the way it was and hdmi working perfectly
We encountered the same problem before. It wasn't related to the display though, something got corrupted on the sdcard. The solution in our case was to check the drive for errors:
mount -o remount,ro /
fsck /
Then answer yes to all (unless you don't agree). Shortcut:
mount -o remount,ro /
yes | fsck /
Don't forget to reboot afterwards!
The install seems to write a system_restore.sh file which you can run to uninstall.
I'm confused why is there not an uninstall exe. Whats going on guys?
I'm only learning myself, but all I did was ssh into the pi and run "sudo ./LCD-hdmi"... everything back the way it was and hdmi working perfectly
work for me