EU1KY AA
keyboard.h
Go to the documentation of this file.
1 /*
2  * (c) Yury Kuchura
3  * kuchura@gmail.com
4  *
5  * This code can be used on terms of WTFPL Version 2 (http://www.wtfpl.net/).
6  */
7 
8 #ifndef KEYBOARD_H_
9 #define KEYBOARD_H_
10 
11 #include <stdint.h>
12 
21 uint32_t KeyboardWindow(char* buffer, uint32_t max_len, const char* header_text);
22 
23 #endif
static int8_t max_len
Definition: num_keypad.c:25
uint32_t KeyboardWindow(char *buffer, uint32_t max_len, const char *header_text)
Alphanumeric keyboard window. Automatically stores and restores LCD contents.
Definition: keyboard.c:214