mirror of
https://github.com/tsl0922/EPD-nRF5.git
synced 2026-03-18 11:53:17 +08:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef __CALENDAR_H
|
|
#define __CALENDAR_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void DrawCalendar(uint32_t timestamp);
|
|
|
|
#endif
|