diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/calendar.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/calendar.h b/include/calendar.h new file mode 100644 index 0000000..22fa9d1 --- /dev/null +++ b/include/calendar.h @@ -0,0 +1,8 @@ +#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 |
