From 4a239ede79c43cf22e8f769a4ea086687a65c3f0 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 17 Jul 2020 20:29:41 +0200 Subject: use u8g2 for font rendering, as they support fonts with umlauts --- include/calendar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/calendar.h') diff --git a/include/calendar.h b/include/calendar.h index 22fa9d1..a1b07f3 100644 --- a/include/calendar.h +++ b/include/calendar.h @@ -1,8 +1,6 @@ #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); +void draw_calendar(int16_t x0, int16_t y0); #endif -- cgit v1.2.3