Added display config: FLIP_DISPLAY

This commit is contained in:
Stefan Kremser
2018-03-28 09:47:30 +02:00
parent 485bfd1085
commit 01d62dda2a
12 changed files with 19 additions and 0 deletions

View File

@@ -15,7 +15,9 @@ void DisplayUI::setupDisplay() {
*/
display.setFont(DejaVu_Sans_Mono_12);
display.setContrast(255);
#ifndef FLIP_DIPLAY
display.flipScreenVertically();
#endif
display.clear();
display.display();
// ====================== //