-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
320x240 LCD portrait mode UI #25191
320x240 LCD portrait mode UI #25191
Conversation
Is this the best way to implement this? |
Are you shure? It should look like this: |
Hello. This thing you can also have with a tft35? |
Any 320x240 graphical LCD should work. |
Thanks for your answer. Can you help me with some indication to be able to do it also in a tft35? |
"Any 320x240 graphical LCD should work." where the lcd is controlled by Marlin. |
@alexgrach — For some reason I cannot merge changes into this PR directly. So, please merge alexgrach#1 at your earliest convenience! There are some more changes, likely, from PR #25073 that might also apply to the 240 x 320 portrait display, so please diff/compare your new files with the 320 x 240 versions to see if any other non-yet-applied changes should be applied. Thanks for the submission! Hopefully we will soon consolidate all the common parts of these different-sized displays –maybe in |
Description
320x240 LCD portrait mode UI.
Requirements
MKS Robin Nano, MKS Robin TFT 2,8"
Benefits
No HW modification is needed for 3D printers with portrait orientation LCD in stock (tested on Kingroon KP3S).
Configurations
Configuration_kp3s.zip
Related Issues