We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3f889 commit 3eef6adCopy full SHA for 3eef6ad
1 file changed
examples/DBTFT/src/DBTFT.ino
@@ -59,6 +59,7 @@ uint32_t nextCheck;
59
uint32_t nextTime;
60
uint32_t nextScroll;
61
uint32_t nextBrightness;
62
+uint32_t scroll;
63
time_t old_time;
64
bool updateInhibit = false;
65
uint16_t currentBrightness = 0;
@@ -589,7 +590,6 @@ void setup() {
589
590
drawStaticContent();
591
}
592
-uint32_t scroll;
593
void loop() {
594
if (nextTime < millis() && !updateInhibit) {
595
timeClient.update();
0 commit comments