• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD04-Jan-2025621 149

lv_demo_keypad_encoder.cD04-Jan-20256.5 KiB230153

lv_demo_keypad_encoder.hD04-Jan-2025668 4112

screenshot1.gifD04-Jan-2025127.1 KiB

screenshot1.pngD04-Jan-202513.9 KiB

README.md

1# Keypad and Encoder demo
2
3## Overview
4
5LVGL allows you to control the widgets with keypad and/or encoder without touchpad.
6This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs without touchpad.
7Learn 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()`
14