diff --git a/examples/Inkplate6COLOR/Projects/Inkplate6COLOR_Google_Calendar/Inkplate6COLOR_Google_Calendar.ino b/examples/Inkplate6COLOR/Projects/Inkplate6COLOR_Google_Calendar/Inkplate6COLOR_Google_Calendar.ino index 6ef667e2..926e8dc8 100644 --- a/examples/Inkplate6COLOR/Projects/Inkplate6COLOR_Google_Calendar/Inkplate6COLOR_Google_Calendar.ino +++ b/examples/Inkplate6COLOR/Projects/Inkplate6COLOR_Google_Calendar/Inkplate6COLOR_Google_Calendar.ino @@ -82,7 +82,7 @@ struct entry // Here we store calendar entries int entriesNum = 0; -entry entries[100]; +entry entries[90]; // All our functions declared below setup and loop void drawInfo(); @@ -594,4 +594,4 @@ void drawData() display.print(" more events"); } } -} +} \ No newline at end of file