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

Feature Request : Displayorientation um 180 Grad drehbar machen #619

Closed
knickohr opened this issue Jan 22, 2023 · 4 comments
Closed

Feature Request : Displayorientation um 180 Grad drehbar machen #619

knickohr opened this issue Jan 22, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request fixed dev fixed

Comments

@knickohr
Copy link

knickohr commented Jan 22, 2023

Was für ein OLED belanglos ist, da man es in jedem Winkel gleich gut ablesen kann, fällt bei dem LCD von Nokia schon ins Gewicht. Das Display läßt sich in der jetzigen Orientation schlechter ablesen als wenn man es um 180 Grad dreht. Der Grund ist Hardwaretechnisch bedingt, LCDs haben eine Vorzugsblickrichtung.

Deshalb bitte die Orientation des Nokia um 180 Grad drehen oder es über ein Setting auf der Webseite einstellbar machen.

@tqma1
Copy link

tqma1 commented Jan 22, 2023

Würde auch bei den OLED´s nicht schlecht sein aufgrund der Position der Anschlüsse und Einbausituation im Gehäuse ....

@stefan123t stefan123t added the enhancement New feature or request label Jan 22, 2023
@lumapu
Copy link
Owner

lumapu commented Jan 23, 2023

hoffentlich kann das die Lib, dann ist es schnell eingebaut 😊

@knickohr
Copy link
Author

knickohr commented Jan 23, 2023

Ich bin mir sicher das die Lib das hat :
https://github.com/olikraus/u8g2/wiki/u8g2reference#setdisplayrotation

Oder vielleicht besser das hier ?
https://github.com/olikraus/u8g2/wiki/u8g2reference#setflipmode

Oh, die Orientation wird offenbar schon bei der Initialisierung mitgegeben :

U8G2_SSD1306_128X64_NONAME_1_4W_SW_SPI u8g2(U8G2_R0, /* clock=/ 13, / data=/ 11, / cs=/ 10, / dc=/ 9, / reset=*/ 8);

Bei der Gelegenheit bitte auch einen „clean Screen“ machen nach dem Bootlogo und Reboots. Hin und wieder bleiben einzelne Pixel im Speicher der Displays hängen.

https://github.com/olikraus/u8g2/wiki/u8g2reference#cleardisplay

lumapu added a commit that referenced this issue Jan 25, 2023
…er) #620

added rotate display feature #619
improved Prometheus endpoint #615, thx to fsck-block
@lumapu lumapu self-assigned this Jan 28, 2023
@lumapu lumapu added the fixed dev fixed label Jan 28, 2023
@knickohr
Copy link
Author

Ich glaube das kann man zu machen, ist ja umgesetzt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed dev fixed
Projects
None yet
Development

No branches or pull requests

4 participants