Skip to content
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

strange numbers in top left corner for waveshare 1.44in lcd #77

Closed
krzysztofkuczek opened this issue Mar 13, 2019 · 3 comments
Closed

Comments

@krzysztofkuczek
Copy link

Hi,
Everything works fine, driver compiled for pi zero board with following flags
cmake -DWAVESHARE_ST7735S_HAT=ON -DSPI_BUS_CLOCK_DIVISOR=12 ..
The only issue is that strange numbers/letters (maybe debug info?) id displayed in top left corner.

IMG_20190313_210030

Thank you in advance
Kris

@krzysztofkuczek
Copy link
Author

solved by adding -DSTATISTICS=0 :)
Maybe it should be default...

@Merith-TK
Copy link

Did you ever fix the issue where the display signal is larger than the actual physical display, so fbcp scales it to the screen leaving you with a squished, unusable screen?

@juj
Copy link
Owner

juj commented Sep 20, 2020

You can adjust the video resolution in hdmi_cvt directive in /boot/config.txt. If you make it match the native resolution of the display, then there will be no scaling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants