Allow changing display type via Menu #291
alextrical
started this conversation in
General
Replies: 1 comment 6 replies
-
Hi there, assuming you’re using U8G2, at least from a high level there is a different class for each display type. You could probably do it by creating the display variable yourself using the custom u8g2 plugin maybe using new to create them on demand. But To be honest it’s not something I’ve really considered this far. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all
I was wondering if anyone has any advice on switching between a SSD1306 and SH1106 display type via a option in the menu without requiring a rebuild with the variables set for a different display type?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions