Files
CCU4-firmware/dipdisplay.h
T
2023-09-11 18:04:35 +02:00

6 lines
202 B
C

enum {fmt_none, fmt_lsmall, fmt_rsmall, fmt_medium, fmt_large, fmt_big};
enum {disp_no = 0, disp_yes=1, disp_once = 2}; // value for showState
uint8_t DispInit(void (*handler)(), uint8_t homescreen);