Add formatted prinbt function for LCD menu and use systick vonversion in uptime shell command
This commit is contained in:
@@ -68,6 +68,8 @@ void menu_entry_enter(struct lcd_menu *menu, menu_func_t entry, bool handle_imme
|
||||
|
||||
void menu_lcd_output(struct lcd_menu *menu, uint8_t row_num, const char *text);
|
||||
|
||||
void menu_lcd_outputf(struct lcd_menu *menu, uint8_t row_num, const char *format, ...);
|
||||
|
||||
void menu_list_display(struct menu_list *list, uint32_t top_row, uint32_t bottom_row);
|
||||
|
||||
int16_t menu_get_rotary_delta(const struct lcd_menu *menu);
|
||||
|
Reference in New Issue
Block a user