DockerFluxDC/managed_components/lvgl__lvgl/demos/keypad_encoder
2025-11-28 11:41:00 +00:00
..
lv_demo_keypad_encoder.c 改为家里的环境 代码还是那个代码 2025-11-28 11:41:00 +00:00
lv_demo_keypad_encoder.h 改为家里的环境 代码还是那个代码 2025-11-28 11:41:00 +00:00
README.md 改为家里的环境 代码还是那个代码 2025-11-28 11:41:00 +00:00
screenshot1.gif 添加必要的外部第三方组件并编译成功 2025-11-28 01:58:45 +00:00
screenshot1.png 添加必要的外部第三方组件并编译成功 2025-11-28 01:58:45 +00:00

Keypad and Encoder demo

Overview

LVGL allows you to control the widgets with keypad and/or encoder without touchpad. This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs without touchpad. Learn more about the touchpad-less usage of LVGL here.

Keypad and encoder navigation in LVGL embedded GUI library

Run the demo

  • In lv_conf.h or equivalent places set LV_USE_DEMO_KEYPAD_AND_ENCODER 1
  • After lv_init() and initializing the drivers call lv_demo_keypad_encoder()