diff -r 8d0287a1a9e1 -r 47253f294a9f main/buttons.h --- a/main/buttons.h Sun Jun 07 22:30:07 2020 +0200 +++ b/main/buttons.h Wed Jun 10 09:43:51 2020 +0200 @@ -142,7 +142,13 @@ * @param val The float data value to show. * @param decimals The number of decimals to show. */ - void ShowDouble(uint16_t x, uint16_t y, char *label, char *suffix, double val, int decimals); +void ShowDouble(uint16_t x, uint16_t y, char *label, char *suffix, double val, int decimals); + +/** + * @brief A complete new screen is used to show only the top message. + * @param label The top field name text. + */ +void EditerTop(char *label); /** * @brief Edit data field. A complete new screen is used.