mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-06-20 01:54:56 +02:00
code cleaning
This commit is contained in:
+1
-3
@@ -71,9 +71,7 @@ void displaySetup() {
|
||||
|
||||
if(display.begin(SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) {
|
||||
displayFound = true;
|
||||
if (Config.display.turn180) {
|
||||
display.setRotation(2);
|
||||
}
|
||||
if (Config.display.turn180) display.setRotation(2);
|
||||
display.clearDisplay();
|
||||
display.setTextColor(WHITE);
|
||||
display.setTextSize(1);
|
||||
|
||||
Reference in New Issue
Block a user