diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:41:42 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:41:42 +0200 |
commit | 03ec4d6158bd3c555b6c60b9e7476740464f19fa (patch) | |
tree | 534796910b636009ac5db58b2b933b80adaa05c5 /fw/fe310/eos/dev/lcd.h | |
parent | d894eb01e9c979d0eb51f9495a7cf7281c213302 (diff) |
lcd driver
Diffstat (limited to 'fw/fe310/eos/dev/lcd.h')
-rw-r--r-- | fw/fe310/eos/dev/lcd.h | 5 |
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); |