You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thank you in advance
Kris
The text was updated successfully, but these errors were encountered:
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?
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.
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.
Thank you in advance
Kris
The text was updated successfully, but these errors were encountered: