From 03ec4d6158bd3c555b6c60b9e7476740464f19fa Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 4 Sep 2022 18:41:42 +0200 Subject: lcd driver --- fw/fe310/eos/dev/lcd.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fw/fe310/eos/dev/lcd.h (limited to 'fw/fe310/eos/dev/lcd.h') 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 + +int eos_lcd_init(uint8_t wakeup_cause); +int eos_lcd_sleep(void); +int eos_lcd_wake(void); -- cgit v1.2.3