Skip to content
This repository has been archived by the owner on Feb 20, 2022. It is now read-only.

Lcd is inverted #14

Closed
Foaxulapa opened this issue Oct 13, 2021 · 1 comment
Closed

Lcd is inverted #14

Foaxulapa opened this issue Oct 13, 2021 · 1 comment

Comments

@Foaxulapa
Copy link

Good night
I have a Sapphire Plus
Motherboard (STM32F103VET6) and when I updated it with (Sapphire_Plus_Dual_Z_Hemera) the Lcd is inverted, I would like your help! Thanks

20211012_232221 1

@RolfZuckowskiUltras
Copy link
Owner

Hey,
not quite shure if this is a new revision or "factory variation" of TwoTrees, where the LCD is turned.
All Revisions I've seen hat the Sapphire logo as sticker. Your one is printed, which may could refer to a newer revision with different Mainboard.

The needed infomation of the mainboard is rather the model-name, than the model of the controller. Shouls be Robin Nano 1.X or 2.0 in your case.

In case you've got the 2.0, please refer the desription of this repo. If it's still upsidedown, you can turn the display orientation in configuration.h (see below).

/**
 * TFT Rotation. Set to one of the following values:
 *
 *   TFT_ROTATE_90,  TFT_ROTATE_90_MIRROR_X,  TFT_ROTATE_90_MIRROR_Y,
 *   TFT_ROTATE_180, TFT_ROTATE_180_MIRROR_X, TFT_ROTATE_180_MIRROR_Y,
 *   TFT_ROTATE_270, TFT_ROTATE_270_MIRROR_X, TFT_ROTATE_270_MIRROR_Y,
 *   TFT_MIRROR_X, TFT_MIRROR_Y, TFT_NO_ROTATION
 */
//#define TFT_ROTATION TFT_NO_ROTATION

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants