-
Notifications
You must be signed in to change notification settings - Fork 45
Flip screen upside down #30
Comments
Also interested in flipping the GUI. Have not been able to identify any built in rotation commands. |
been waiting for this my screen is collecting dust on my desk also baby stepping z offset would be nice |
Should be capable of baby stepping as there is a menu item for it during printing. Settings are found in config_adv. Make sure to enable them on the printers board first, then the screen should stop displaying unknown command errors. |
0-landscape, 1-portrait etc |
@ArturNadolski Thanks for the function, although being a noob at C&C++ I am still lost on how to implement this. If you would be so kind, where would I insert the function (GUI.c, ui_draw.c, etc...) and should I be assigning a hex value to 'direction?' (0x01, 0x02, etc...)
|
Flipping the screen is quite simple but flipping touch screen (menu) needs more coding. |
Is it possible to flip the screen upside down, so we have the SD on left position other than right position?
The text was updated successfully, but these errors were encountered: