summaryrefslogtreecommitdiff
path: root/include/calendar.h
blob: 22fa9d11907ba12afd11a791ff25193a32078d7e (plain)
1
2
3
4
5
6
7
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