lvgl/demos/keypad_encoder
Gabor Kiss-Vamosi 83eba37898 demos: add lv_demo_..._close() functions for each demo 2024-01-22 09:51:20 +00:00
..
README.md chore(style): remove the trailing space from all source files (#3188) 2023-06-22 21:53:33 +02:00
lv_demo_keypad_encoder.c demos: add lv_demo_..._close() functions for each demo 2024-01-22 09:51:20 +00:00
lv_demo_keypad_encoder.h demos: add lv_demo_..._close() functions for each demo 2024-01-22 09:51:20 +00:00
screenshot1.gif arch merge lv_demos 2021-12-16 20:49:41 +01:00
screenshot1.png arch merge lv_demos 2021-12-16 20:49:41 +01:00

README.md

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()