Skip to content

Commit 61bfc4a

Browse files
committed
Remove clean and set brightness
Begin method will not clean or change the brightness because on ESP8266 when resuming from deep sleep would create flickering.
1 parent a4d07fb commit 61bfc4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TM1637TinyDisplay.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ void TM1637TinyDisplay::begin()
183183
pinMode(m_pinDIO, INPUT);
184184
digitalWrite(m_pinClk, LOW);
185185
digitalWrite(m_pinDIO, LOW);
186-
clear();
187-
setBrightness(BRIGHT_HIGH);
188186
}
189187

190188
void TM1637TinyDisplay::flipDisplay(bool flip)

0 commit comments

Comments
 (0)