summaryrefslogtreecommitdiffstats
path: root/main/epd.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/epd.h')
-rw-r--r--main/epd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/epd.h b/main/epd.h
new file mode 100644
index 0000000..1cd254f
--- /dev/null
+++ b/main/epd.h
@@ -0,0 +1,9 @@
+#ifndef EPD_H
+#define EPD_H
+
+void epd_init(void);
+void epd_clear(void);
+void epd_draw(const uint8_t pb[48000]);
+void epd_sleep(void);
+
+#endif