lvgl/demos/transform
2023-10-31 19:10:02 +01:00
..
assets refactor(btn, img): rename btn to button and img to image 2023-09-14 20:12:31 +02:00
img2c.py arch(draw): add parallel rendering architecture 2023-07-05 13:05:19 +02:00
lv_demo_transform.c refactor(style): rename shadow_ofs to shadow_offset 2023-10-31 19:10:02 +01:00
lv_demo_transform.h arch(draw): add parallel rendering architecture 2023-07-05 13:05:19 +02:00
README.md arch(draw): add parallel rendering architecture 2023-07-05 13:05:19 +02: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()