goodtft / LCD-show

2.4" 2.8"3.2" 3.5" 5.0" 7.0" TFT LCD driver for the Raspberry PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W
2.27k stars 779 forks source link

impossibility to switch from LCD to HDMI #6

Open Pickyflo opened 7 years ago

Pickyflo commented 7 years ago

Hi, we have the last raspbian version from march 2017 and a 3'5 LCD touchscreen. The initialisation worked very well, but, we are not able now to return to the hdmi screen.

We tried the : sudo ./LCD-hdmi But the answer is : "sudo ./LCD-hdmi : command not found"

If we unplug the LCD the raspberry stops booting in the middle... You think, we miss something??

Pickyflo commented 7 years ago

Thank's by advance for any answer :)

OlagZepol commented 6 years ago

Hi, I,m new to Raspbery and By now I have the same issue. How did you solve this. Thank you.

Pickyflo commented 6 years ago

For now, i didn’t... I’ve droped the project

Sorry,

Le 12 févr. 2018 à 19:27, OlagZepol notifications@github.com<mailto:notifications@github.com> a écrit :

Hi, I,m new to Raspbery and By now I have the same issue. How did you solve this. Thank you.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgoodtft%2FLCD-show%2Fissues%2F6%23issuecomment-365015908&data=02%7C01%7C%7C537ecf43139e4cb0edd708d572464c95%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636540568611899085&sdata=4Rk4cGg7jn%2BDepsqnDGaS59VwMj8lGL257%2BVOVck3yg%3D&reserved=0, or mute the threadhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAXIYKBJ2piQ1HWGp2H9BYcpPsZzyGjhMks5tUIKbgaJpZM4Mw3i7&data=02%7C01%7C%7C537ecf43139e4cb0edd708d572464c95%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636540568611899085&sdata=%2Bvx5wrxGQamMhIs0UuSHdy9%2BZKDBmRKpXkscYYgR4qY%3D&reserved=0.

mees87 commented 6 years ago

Did you first go into the LCD-show directory? That was my mistake.

raysuelzer commented 5 years ago

Same issue. My HDMI port no longer works... The LCD screen is not ideal except for on the go.

Edit: sudo ./LCD-hdmi works

AbnormalMatrix commented 5 years ago

I had the same issue but this fixed it: You need to make sure that your LCD-show folder is properly executable. In the Terminal, navigate to the directory that your LCD-show folder is located in (in my case it was Desktop) cd Desktop Then you need to run this command: chmod -R 755 LCD-show then run: sudo ./LCD-hdmi That should have fixed your issue.