This commit is contained in:
nzasch
2022-01-01 02:10:06 +01:00
parent 8fe05fdf5e
commit 9a2f5c0069
11 changed files with 344 additions and 28 deletions

View File

@@ -48,7 +48,7 @@
#define MENU_NAME_ROW 0
#define MENU_NAME_COL 0
#define DISPLAY_BL_DIM 0
#define DISPLAY_BL_DIM 50
#define DISPLAY_ROWS 6
#define DISPLAY_COLS 14
@@ -110,3 +110,6 @@ char * valToStr(uint32_t val, char *buf, uint8_t bufSize, char sepChar);
uint8_t sat_subu8b(uint8_t x, uint8_t y);
void menu_item_up(void);
void menu_item_down(void);
void display_backlight_on(void);
void display_backlight_off(void);