sort of work with bicolor displays (yellow+blue), though GUI layout not right

This commit is contained in:
geeksville
2020-02-08 18:49:15 -08:00
parent fb5b4af5be
commit fb043bf86a
2 changed files with 8 additions and 3 deletions

View File

@@ -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
}