index
:
epaper
trunk
ESP32 + e-ink display
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
calendar.h
blob: a1b07f33a357c55e2242b3ecef551bfd86ba147a (
plain
)
1
2
3
4
5
6
#ifndef CALENDAR_H
#define CALENDAR_H
void
draw_calendar
(
int16_t
x0
,
int16_t
y0
);
#endif