summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/lcd.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-09-04 18:41:42 +0200
committerUros Majstorovic <majstor@majstor.org>2022-09-04 18:41:42 +0200
commit03ec4d6158bd3c555b6c60b9e7476740464f19fa (patch)
tree534796910b636009ac5db58b2b933b80adaa05c5 /fw/fe310/eos/dev/lcd.h
parentd894eb01e9c979d0eb51f9495a7cf7281c213302 (diff)
lcd driver
Diffstat (limited to 'fw/fe310/eos/dev/lcd.h')
-rw-r--r--fw/fe310/eos/dev/lcd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/fe310/eos/dev/lcd.h b/fw/fe310/eos/dev/lcd.h
new file mode 100644
index 0000000..7ca2f7d
--- /dev/null
+++ b/fw/fe310/eos/dev/lcd.h
@@ -0,0 +1,5 @@
+#include <stdint.h>
+
+int eos_lcd_init(uint8_t wakeup_cause);
+int eos_lcd_sleep(void);
+int eos_lcd_wake(void);