main/buttons.h

changeset 111
b5037adae8ab
parent 101
1bc6e9263ada
equal deleted inserted replaced
110:2f9e48e5b8ce 111:b5037adae8ab
85 * @return The ASCII code of the key, or -1 if no key is pressed. 85 * @return The ASCII code of the key, or -1 if no key is pressed.
86 */ 86 */
87 int KeyBoardDigits(void); 87 int KeyBoardDigits(void);
88 88
89 /** 89 /**
90 * @brief Show label field.
91 * @param x The X position on the screen
92 * @param y The Y position on the screen
93 * @param label The field name text
94 */
95 void ShowLabel(uint16_t x, uint16_t y, char *label);
96
97 /**
90 * @brief Show data text field. 98 * @brief Show data text field.
91 * @param x The X position on the screen 99 * @param x The X position on the screen
92 * @param y The Y position on the screen 100 * @param y The Y position on the screen
93 * @param label The field name text 101 * @param label The field name text
94 * @param txt The field text data 102 * @param txt The field text data

mercurial