-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ST7735S black screen #163
Comments
|
built with #77 and it works... although display is squished to hell |
Take note of the message
in the log. If you have
then fbcp-ili9341 should be saying that the source GPU display is 128x128. Given that it is not, it means that some piece of software has resized the HDMI framebuffer size from 128x128 to 480x720. Try to remove running such software, or try to configure that to also adapt to 128x128 resolution. You can also try using the |
Thats part of the problem. nothing in my system would controll the display at all, and surprisingly, it doesnt crash, the resize works I have fbcp running as a systemd service to clean things up and make things easier (litterally, just running fbcp) However no matter what i do, if it the x and y res values are the same, i get a boarder that shrinks my display space by atleast 10-20px on all sides. |
And the only way i am able to get the display to work at a readable resolution, is by using fbset currently, I have my Pi setup with tty auto login
|
and even when i set |
What does https://www.raspberrypi.org/forums/viewtopic.php?t=25933 suggests one can run
to list the available modes. There should be a custom mode string to set arbitrary resolution like 128x128. I don't know if /boot/config.txt is sensitive to spaces, so might try having Also try removing The options
should not be needed, try removing those as well. (fbcp-ili9341 can also be configured to do cropping) |
|
your suggested changes fixed the boarder issue (aside from a small but tolerable amount on the bottom) |
Tvservice should be showing the 128x128 mode. This suggests something has reset it, or the /boot/config.txt field did not apply. Check out e.g. |
Closing out old issues. |
Built with
Pi3b+
The text was updated successfully, but these errors were encountered: