#ifndef CALENDAR_H #define CALENDAR_H class GxEPD2_GFX_BASE_CLASS; void draw_calendar(GxEPD2_GFX_BASE_CLASS &display, int16_t x0, int16_t y0); #endif