#include <stdint.h>
Go to the source code of this file.
|
uint32_t | KeyboardWindow (char *buffer, uint32_t max_len, const char *header_text) |
| Alphanumeric keyboard window. Automatically stores and restores LCD contents. More...
|
|
uint32_t KeyboardWindow |
( |
char * |
buffer, |
|
|
uint32_t |
max_len, |
|
|
const char * |
header_text |
|
) |
| |
Alphanumeric keyboard window. Automatically stores and restores LCD contents.
- Parameters
-
buffer | A buffer with string to be edited |
max_len | Maximum number of characters to fit in the buffer |
header_text | Keyboard window header text |
- Returns
- 1 if the string in buffer has changed, 0 if not changed