acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
README.md (621B)
1 # Keypad and Encoder demo 2 3 ## Overview 4 5 LVGL allows you to control the widgets with keypad and/or encoder without touchpad. 6 This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs without touchpad. 7 Learn more about the touchpad-less usage of LVGL [here](https://docs.lvgl.io/master/overview/indev.html#keypad-and-encoder). 8 9 ![Keypad and encoder navigation in LVGL embedded GUI library](screenshot1.gif) 10 11 ## Run the demo 12 - In `lv_conf.h` or equivalent places set `LV_USE_DEMO_KEYPAD_AND_ENCODER 1` 13 - After `lv_init()` and initializing the drivers call `lv_demo_keypad_encoder()`