Skip to content

Commit 2690bdf

Browse files
authored
Update Inkplate6COLOR_Google_Calendar.ino
1 parent a717ccf commit 2690bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Inkplate6COLOR/Projects/Inkplate6COLOR_Google_Calendar/Inkplate6COLOR_Google_Calendar.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct entry
8282

8383
// Here we store calendar entries
8484
int entriesNum = 0;
85-
entry entries[100];
85+
entry entries[90];
8686

8787
// All our functions declared below setup and loop
8888
void drawInfo();

0 commit comments

Comments
 (0)