mirror of
https://github.com/paperdash/device-epd.git
synced 2024-11-10 07:10:32 +00:00
10 lines
164 B
C
10 lines
164 B
C
#ifndef FACE_CALENDAR_H
|
|
#define FACE_CALENDAR_H
|
|
|
|
|
|
void setupFaceCalendar();
|
|
void loopFaceCalendar();
|
|
void playlistFaceCalendar();
|
|
bool updateCalendarData();
|
|
|
|
#endif |