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);