Skip to content

Commit e1bafb7

Browse files
committed
Update Inkplate6PLUS_Crypto_Currency_Tracker.ino
1 parent 02da8bc commit e1bafb7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/Inkplate6PLUS/Projects/Inkplate6PLUS_Crypto_Currency_Tracker/Inkplate6PLUS_Crypto_Currency_Tracker.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,10 @@ void drawAll()
367367
// Print out text to above set cursor location
368368
display.print(elements[i].text);
369369
}
370+
371+
// A message for refresh
372+
display.setCursor(690, 670);
373+
display.print("Touch the screen");
374+
display.setCursor(760, 710);
375+
display.print("to refresh");
370376
}

0 commit comments

Comments
 (0)