bdwilson / KP3S

KP3S 3d Printer Configuration Information
81 stars 22 forks source link

marlin 2.1.1 inverted touch screen #10

Open R3xpook opened 1 year ago

R3xpook commented 1 year ago

In the latest marlin 2.1.1 ( no bltouch ) the touch screen is inverted ...need to change line 3133 to #define TFT_ROTATION TFT_ROTATE_180

gmelikov commented 1 year ago

Works for me without proposed changes. Honestly, I wanted to set TFT_ROTATION TFT_ROTATE_180 exactly to rotate screen, but touch wasn't rotated so I used TFT_NO_ROTATION.