I solved the problem of horizontal 2.8 inch ST7789 #1178
salarizadi
started this conversation in
Announcements
Replies: 1 comment
-
Thanks for sharing your solution! Congratulations on working through this. FWIW – when you set the rotation in the manifest (or command line), the rotation is applied at build time. When you do it by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I managed to solve the ST7789 2.8 inch screen setup problems. You may also face my problems, but don't worry, these are already solved. You can use my explanation to solve the problem.
First, let's go to the previous 2 discussions to see what happened:
#1175
#1176
Now let's move on to solving the problem of the touch not working properly in the horizontal mode of the display:
InShot_20230719_043529370.mp4
I uploaded a similar video in the previous 2 threads, but now you can see the keyboard working correctly in landscape mode.
how did i fix it?
Instead of setting the screen rotation to 90 or 270 in the manifest, I used the command screen.rotation = 270 and the problem was solved.
Good luck all😉
Beta Was this translation helpful? Give feedback.
All reactions