From 2b73d32e1e32fa803a7a76bca7fc22dcf9e4c656 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 17 Jul 2020 14:21:49 +0200 Subject: display a calendar --- include/calendar.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/calendar.h (limited to 'include/calendar.h') 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 -- cgit v1.2.3