Skip to content

Commit

Permalink
Fixed example for Google Calendar for 6COLOR
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric committed May 19, 2024
1 parent d7d1507 commit d7b9fd3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down Expand Up @@ -594,4 +594,4 @@ void drawData()
display.print(" more events");
}
}
}
}

0 comments on commit d7b9fd3

Please sign in to comment.