Files
EPD-nRF52-hema213/GUI/Calendar.h
2025-03-09 15:18:22 +08:00

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