|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Devicetree definitions for LVGL keypad input keys. More...
Go to the source code of this file.
Macros | |
| #define | LV_KEY_UP 17 |
| Move up or increase value. | |
| #define | LV_KEY_DOWN 18 |
| Move down or decrease value. | |
| #define | LV_KEY_RIGHT 19 |
| Move right or increase value. | |
| #define | LV_KEY_LEFT 20 |
| Move left or decrease value. | |
| #define | LV_KEY_ESC 27 |
| Close or exit (e.g. | |
| #define | LV_KEY_DEL 127 |
| Delete. | |
| #define | LV_KEY_BACKSPACE 8 |
| Delete the character to the left. | |
| #define | LV_KEY_ENTER 10 |
| Confirm, select, or toggle edit mode. | |
| #define | LV_KEY_NEXT 9 |
| Focus the next object in the group. | |
| #define | LV_KEY_PREV 11 |
| Focus the previous object in the group. | |
| #define | LV_KEY_HOME 2 |
| Go to the beginning/top. | |
| #define | LV_KEY_END 3 |
| Go to the end/bottom. | |
Devicetree definitions for LVGL keypad input keys.