Turn off LED bar and Display if brightness is 0%, fix #114

This commit is contained in:
Phat Nguyen
2024-05-13 10:34:06 +07:00
parent d844ab09fa
commit 7a4255b2bb
3 changed files with 58 additions and 4 deletions

View File

@ -14,6 +14,7 @@ private:
bool isBegin = false;
void *u8g2 = NULL;
Measurements &value;
bool isDisplayOff = false;
void showTempHum(bool hasStatus);
void setCentralText(int y, String text);