Skip to content

Commit 3eef6ad

Browse files
committed
Move variable up
1 parent 6d3f889 commit 3eef6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/DBTFT/src/DBTFT.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ uint32_t nextCheck;
5959
uint32_t nextTime;
6060
uint32_t nextScroll;
6161
uint32_t nextBrightness;
62+
uint32_t scroll;
6263
time_t old_time;
6364
bool updateInhibit = false;
6465
uint16_t currentBrightness = 0;
@@ -589,7 +590,6 @@ void setup() {
589590
drawStaticContent();
590591
}
591592

592-
uint32_t scroll;
593593
void loop() {
594594
if (nextTime < millis() && !updateInhibit) {
595595
timeClient.update();

0 commit comments

Comments
 (0)