Skip to content

Commit d7b9fd3

Browse files
committed
Fixed example for Google Calendar for 6COLOR
1 parent d7d1507 commit d7b9fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Inkplate6COLOR/Projects/Inkplate6COLOR_Google_Calendar/Inkplate6COLOR_Google_Calendar.ino

Lines changed: 2 additions & 2 deletions
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();
@@ -594,4 +594,4 @@ void drawData()
594594
display.print(" more events");
595595
}
596596
}
597-
}
597+
}

0 commit comments

Comments
 (0)