mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2025-12-06 16:42:49 +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
|