-
Notifications
You must be signed in to change notification settings - Fork 2
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
The screen is still black after the driver is finished #10
Comments
There seems to be a SPI device already using CS0. Verify by looking in |
hey guys,I've fixed this issue, it seems to be caused by the fact that I was using a linux 5.18 image before updating linux and the previous version didn't have the panel-mipi-dbi driver, which is why I changed the spi bus but it didn't say that the driver was successful. |
But even if I succeed in driving, my display still keeps black screen and unresponsive, I use ILI9341 driver, linux 6.6.16, I used con2fbmap 1 1 to map the terminal to the display but it still goes black, what's going on?? |
Here are the tips for driving success:
|
Black as in no backlight? There's no backlight device in your DT overlay, is backlight hardwired or have you just forgotten it? |
I plugged in the led and got a white screen and no response, like I didn't plug in the led, it just became a white screen |
A white screen means the controller hasn't been properly configured. Double check your init commands. |
But I'm using the init command:
This init command doesn't look like it can go wrong. |
Is something, modetest/fbcon, driving the display? The driver won't write the init commands until it's first use. You can enable debug output to see what's happening in the driver: https://github.com/notro/panel-mipi-dbi/wiki/Debugging#drmdebug |
Error code:
panel-mipi-dbi-spi.dts:
Why I can't create SPI device???
The text was updated successfully, but these errors were encountered: