mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-18 00:32:38 +00:00
sort of work with bicolor displays (yellow+blue), though GUI layout not right
This commit is contained in:
@@ -328,7 +328,10 @@ void screen_setup()
|
||||
// Scroll buffer
|
||||
dispdev.setLogBuffer(5, 32);
|
||||
|
||||
// dispdev.flipScreenVertically(); // looks better without this on lora32
|
||||
#ifdef BICOLOR_DISPLAY
|
||||
dispdev.flipScreenVertically(); // looks better without this on lora32
|
||||
#endif
|
||||
|
||||
// dispdev.setFont(Custom_ArialMT_Plain_10);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user