mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 07:29:20 -08:00
Added display config: FLIP_DISPLAY
This commit is contained in:
@@ -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();
|
||||
// ====================== //
|
||||
|
||||
Reference in New Issue
Block a user