main/buttons.h

changeset 111
b5037adae8ab
parent 101
1bc6e9263ada
--- 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

mercurial