diff -r 2f9e48e5b8ce -r b5037adae8ab main/buttons.h --- a/main/buttons.h Wed Jul 28 17:12:00 2021 +0200 +++ b/main/buttons.h Wed Jul 28 20:42:30 2021 +0200 @@ -87,6 +87,14 @@ int KeyBoardDigits(void); /** + * @brief Show label field. + * @param x The X position on the screen + * @param y The Y position on the screen + * @param label The field name text + */ +void ShowLabel(uint16_t x, uint16_t y, char *label); + +/** * @brief Show data text field. * @param x The X position on the screen * @param y The Y position on the screen