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

Rotate LCD by 180 for stock Anycubic Predator #328

Merged

Conversation

twagler
Copy link
Contributor

@twagler twagler commented Nov 15, 2020

Rotate LCD by 180 degrees for stock Anycubic Predator.

Description

The stock Anycubic Predator LCD needs rotated by 180 degrees.

Benefits

This fix improves general usability of the LCD, or saves them from having to physically rotate it.

Related Issues

None

Rotate LCD by 180 degrees for stock Anycubic Predator.
@@ -2396,6 +2396,7 @@
// 480x320, 3.5", FSMC Stock Display from AnyCubic
//
#define ANYCUBIC_TFT35
#define TFT_ROTATION TFT_ROTATE_180
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already a TFT_ROTATION define further down in Configuration.h:

//#define TFT_ROTATION TFT_NO_ROTATION

@twagler
Copy link
Contributor Author

twagler commented Nov 15, 2020

@thisiskeithb You are correct, I missed that. Updated to remove my initial insertion, and uncommented the one further down and changed to TFT_ROTATE_180.

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

Successfully merging this pull request may close these issues.

3 participants