summaryrefslogtreecommitdiff
path: root/include/calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/calendar.h')
-rw-r--r--include/calendar.h8
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