Skip to content

Commit

Permalink
Remove clean and set brightness
Browse files Browse the repository at this point in the history
Begin method will not clean or change the brightness because on ESP8266
when resuming from deep sleep would create flickering.
  • Loading branch information
smaryus committed Oct 8, 2024
1 parent a4d07fb commit 61bfc4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TM1637TinyDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ void TM1637TinyDisplay::begin()
pinMode(m_pinDIO, INPUT);
digitalWrite(m_pinClk, LOW);
digitalWrite(m_pinDIO, LOW);
clear();
setBrightness(BRIGHT_HIGH);
}

void TM1637TinyDisplay::flipDisplay(bool flip)
Expand Down

0 comments on commit 61bfc4a

Please sign in to comment.