-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black screen after reboot #54
Comments
I'm having the same issue with the same screen, followed all the instructions and getting the same screen. CTRL+ALT+F1 however is not working for me |
Which system version are you using for testing? |
sudo rm -rf LCD-show |
The latest version of Raspbian |
We have provided IMAGE with drivers. You can use it for test: |
3.5inch_raspbian20171129.7z |
I just had this same issue after updating/ upgrading. The fix for me was to: sudo rm -rf LCD-show It appears that one of the changes breaks the driver included with the image you provide(not unusual with Linux). @goodtft I would recommend your next manufacturing run you include this possibility in the documentation. |
I'm still having this issue on the RPi zero with the same version of Raspbian as above. |
I downgraded to 2017-07-05 Raspbian and it works fine with the steps above. Something in the latest version must cause the hang up. |
I also had to use an older version of raspbian to get it to work, unfortunately something broke in 2017-08-17/Stretch |
@graham768 I've the same problem with raspberry pi 0, where do you have downloaded the correct version of Raspbian? Thx EDIT: |
Thanks guys ! Two weeks trying to figure it out what's wrong with my LCD display. Works fine on my RP3 but not my RPA+. Both works with older rasbian version. |
Is this method still working? I tried installing the drivers on 2017-07-05 Raspbian but after a restart I'm stuck at mounting boot. |
As far as I know, this method still works on my RPi zero. You might want to create a new issue. |
The problem still exists. I had to revert to the July 5 2017 Raspbian to get it to work as well. The manufacturer should fix this because I have other things that need an updated OS leaving me with no alternative but to ditch the screens and use another product. |
Thank You man! |
I am using this screen with Retropie on a RPi 3 B+. I entered the commands -
When it reboots, I get a white screen, then the boot menu come up on the 3.5 screen, but then Retropie defaults to the HDMI output. If I go back to command prompt, that comes up on the 3.5 screen. Any ideas how I get Retropie to display on the 3.5 screen? Thanks in advance |
I can confirm latest version (at this moment October 22nd 2024) from https://www.raspberrypi.com/software/operating-systems/ and last version of LCD-show (in my case LCD35-show) start showing a splash screen, then a black screen (with an underscore char at top-left) Ctrl+Alt+Fx works randomly (screen alternates from tty login to this black screen with an underscore) My guess is at some point raspberry moves to wayland, but not really sure. As ssh works perfectly you can track journalctl -xf or similar but there's nothing obvious on logs. Currently install 2017-07-05 raspbian version from http://downloads.raspberrypi.org/raspbian/images works if you use the matching version from LCD-show at that moment: there's no option to rotate screen at that moment, and I would say calibration is inverted (x is y, and direction is reversed), so I would start a bisect from this commit to latest version and find what final config is done to identify changes and see if last version of LCD-show applies same config or different |
Hi sir i am school student from india i bought raspberry pi 3b+ and 3.5 ich display from from an indian site i am having a trouble with it like the same after showing the logoon th display it turns to black on 21 nov i am having exhibition i am so lost can u help me with it. Please sir 🙏 |
@farhan123mohd instructions are there, so just install that raspbian version 2017-07-05 and checkout that LCD-Show version:
if your LCD version is exact as mine, you can use my fork to fix the touchscreen:
Hopefully someone will detect what is different lately and make it work with recent raspberry OS |
Thank you sir, but i couldn't install 2017 version. But instead i installed
tge new legacy versuon whi h works fine.
…On Sat, 16 Nov 2024, 3:30 pm Alberto Fanjul, ***@***.***> wrote:
@farhan123mohd <https://github.com/farhan123mohd> instructions are there,
so just install that raspbian version 2017-07-05 and checkout that LCD-Show
version:
git clone https://github.com/goodtft/LCD-show
cd LCD-show
git checkout 3bc8e59
./LCD35-show
if your LCD version is exact as mine, you can use my fork to fix the
touchscreen:
git clone https://github.com/goodtft/LCD-show
cd LCD-show
git checkout 2017-35-bugfixing
./LCD35-show
Hopefully someone will detect what is different lately and make it work
with recent raspberry OS
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT3PJ26JR3DUYJD3P5X2QHD2A4JULAVCNFSM6AAAAABRQZWSQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBQGUYDAMBSGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
That indeed is great feedback. https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/ One of most important changes from Bulleye (legacy) to Bookworm is change from X11 to wayland. Makes sense this repo (all focused on xorg technology) doesn't work on wayland oriented OS. So I think this repo just need a PR stating it needs to use X11 oriented OS, to close this issue |
So are there any way to use this 3.5 inch display without downgrading RPi OS? |
Probably following this issue instructions: That basically disabling wayland to use X11 But that itself is another downgrade. Cannot find info on this TFT screens working on wayland Probably direct cable to show image is the solution people use |
I have a 3.5" GPIO display, and after following the instructions, I get nothing but a black screen with a flashing underscore. The display is partially working, as I can press CTRL+ALT+F1 and see the terminal for just a moment, but it simply flashes on the screen and disappears.
The text was updated successfully, but these errors were encountered: