mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2026-04-20 22:09:07 +08:00
10 lines
157 B
C
10 lines
157 B
C
#ifndef __CALENDAR_H
|
|
#define __CALENDAR_H
|
|
|
|
#include <stdint.h>
|
|
#include "EPD_driver.h"
|
|
|
|
void DrawCalendar(epd_driver_t *driver, uint32_t timestamp);
|
|
|
|
#endif
|