EU1KY AA
keyboard.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

uint32_t KeyboardWindow (char *buffer, uint32_t max_len, const char *header_text)
 Alphanumeric keyboard window. Automatically stores and restores LCD contents. More...
 

Function Documentation

uint32_t KeyboardWindow ( char *  buffer,
uint32_t  max_len,
const char *  header_text 
)

Alphanumeric keyboard window. Automatically stores and restores LCD contents.

Parameters
bufferA buffer with string to be edited
max_lenMaximum number of characters to fit in the buffer
header_textKeyboard window header text
Returns
1 if the string in buffer has changed, 0 if not changed