Skip to content

Commit 2cfecc3

Browse files
committed
Update Inkplate6COLOR_RTC_Alarm.ino
1 parent 9050f1d commit 2cfecc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Inkplate6COLOR/Advanced/RTC/Inkplate6COLOR_RTC_Alarm/Inkplate6COLOR_RTC_Alarm.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void loop()
7474
display.print("ALARM!");
7575
}
7676

77-
display.display(true); // Do a full refresh
77+
display.display(); // Do a full refresh
7878

7979
delay(60000); // Delay between refreshes one minute
8080
}

0 commit comments

Comments
 (0)