Files
EPD-nRF5/GUI/Calendar.h
2025-02-13 20:37:43 +08:00

9 lines
111 B
C

#ifndef __CALENDAR_H
#define __CALENDAR_H
#include <stdint.h>
void DrawCalendar(uint32_t timestamp);
#endif