summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/dev/lcd.h
blob: 7ca2f7d41013e6974e3d102b30b1443832c4cec1 (plain)
1
2
3
4
5
#include <stdint.h>

int eos_lcd_init(uint8_t wakeup_cause);
int eos_lcd_sleep(void);
int eos_lcd_wake(void);