Mks-Robin-Nano-Marlin2.0-Firmware icon indicating copy to clipboard operation
Mks-Robin-Nano-Marlin2.0-Firmware copied to clipboard

Robin TFT35 V1.0 screen orientation during the boot

Open ostapoff opened this issue 3 years ago • 4 comments

I am running the Robin Nano V1.2 + Robin TFT35 V1.0 screen shipped with the Sapphire Plus 3D printer. The screen orientation is upside down which is configured by setting the following option: #define TFT_ROTATION TFT_ROTATE_180

The screen works fine when booted but during the boot I can see the "Booting..." or "TFT Updating..." phrases up side down. On native Sapphire Plus firmware it is corrected with this robin_nano35_cfg.txt option:

cfg_screen_overturn_180 0xEE

How can this be configured in Marlin 2.0 with defines?

ostapoff avatar Apr 07 '21 10:04 ostapoff

In marlin you only need to define: #define TFT_ROTATION TFT_ROTATE_180 Then after updating the firmware for the first time, reboot, so that the interface of boot and homepage will be flipped 180 degrees

MKS-Sean avatar Apr 14 '21 16:04 MKS-Sean

That's the problem. The interface of the homepage and the booted Marlin is displayed OK but the boot interface is not.

ostapoff avatar Apr 14 '21 16:04 ostapoff

You may see how it works here: https://youtu.be/DY2-9FK_Ue4 On 3rd second the Booting… message appears for a fraction of a second upside down

ostapoff avatar Apr 14 '21 16:04 ostapoff

I am having this issue as well, did you solved it and how ?

Stefan-van-Hattum avatar Jun 30 '22 15:06 Stefan-van-Hattum