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

[Bug]: Flip Screen not working on Heltec T114 #4655

Closed
TheBamse opened this issue Sep 8, 2024 · 3 comments · Fixed by #4786
Closed

[Bug]: Flip Screen not working on Heltec T114 #4655

TheBamse opened this issue Sep 8, 2024 · 3 comments · Fixed by #4786
Labels
bug Something isn't working

Comments

@TheBamse
Copy link

TheBamse commented Sep 8, 2024

Category

Other

Hardware

Other

Firmware Version

2.4.3.91d6612 and 2.5.0.9e55e6b

Description

When setting the Flip Screen option via either python CLI (version 2.4.0) or Android app (version 2.4.4) to true it has no effect on device.

Tried factory erasing and a reflash with both firmware versions on both devices with identical results (an unflipped screen :))

Relevant log output

Example CLI --info excerpt:
 "display": {
    "screenOnSecs": 60,
    "flipScreen": true,
    "headingBold": true,
    "gpsFormat": "DEC",
    "autoScreenCarouselSecs": 0,
    "compassNorthTop": false,
    "units": "METRIC",
    "oled": "OLED_AUTO",
    "displaymode": "DEFAULT",
    "wakeOnTapOrMotion": false,
    "compassOrientation": "DEGREES_0"
  }
@TheBamse TheBamse added the bug Something isn't working label Sep 8, 2024
@todd-herbert
Copy link
Contributor

I think that setting's original intention might have been to fix display output coming out mirrored on some OLED displays, but you're keen to have it rotate the display image 180 degrees right? That'd probably something that's pretty achievable in the near future, although would have to check that no other TFT displays use it to fix mirroring.

@TheBamse
Copy link
Author

TheBamse commented Sep 8, 2024

The docs could perhaps be a bit ambiguous on this(?);
"Flip Screen
If enabled, the screen will be rotated 180 degrees, for cases that mount the screen upside down"

It could be interpreted as mirroring but since I was after rotating it to flip it upside-down I just assumed the documentation was referring to that ;)

@todd-herbert
Copy link
Contributor

todd-herbert commented Sep 8, 2024

The docs could perhaps be a bit ambiguous on this(?);
If enabled, the screen will be rotated 180 degrees, for cases that mount the screen upside down"

Oh, you could totally be right on that! I might have got the wrong idea about what the setting's original purpose was. In any case I'll definitely look into getting it working to rotate 180 degrees in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants