main/buttons.h

changeset 87
47253f294a9f
parent 41
7639cfa6aec0
child 101
1bc6e9263ada
equal deleted inserted replaced
86:8d0287a1a9e1 87:47253f294a9f
140 * @param label The field name text 140 * @param label The field name text
141 * @param suffix Some text after the data value or NULL 141 * @param suffix Some text after the data value or NULL
142 * @param val The float data value to show. 142 * @param val The float data value to show.
143 * @param decimals The number of decimals to show. 143 * @param decimals The number of decimals to show.
144 */ 144 */
145 void ShowDouble(uint16_t x, uint16_t y, char *label, char *suffix, double val, int decimals); 145 void ShowDouble(uint16_t x, uint16_t y, char *label, char *suffix, double val, int decimals);
146
147 /**
148 * @brief A complete new screen is used to show only the top message.
149 * @param label The top field name text.
150 */
151 void EditerTop(char *label);
146 152
147 /** 153 /**
148 * @brief Edit data field. A complete new screen is used. 154 * @brief Edit data field. A complete new screen is used.
149 * @param label The field name text 155 * @param label The field name text
150 * @param txt The field text data 156 * @param txt The field text data

mercurial