Add keypad support

This commit is contained in:
Rafał Kołucki 2026-05-26 19:58:49 +02:00
parent 332694aa10
commit fb7fe32bf4
2 changed files with 74 additions and 2 deletions

View file

@ -34,6 +34,8 @@ extern "C" {
* GLOBAL PROTOTYPES
**********************/
void lv_ctr_indev_init(void);
lv_indev_t * lv_ctr_indev_get_touchpad(void);
lv_indev_t * lv_ctr_indev_get_keypad(void);
/**********************
* MACROS