選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
1年前 | |
---|---|---|
.. | ||
README.md | 2年前 | |
lv_demo_keypad_encoder.c | 1年前 | |
lv_demo_keypad_encoder.h | 2年前 | |
screenshot1.gif | 2年前 | |
screenshot1.png | 2年前 |
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.
Run the demo
- In
lv_conf.h
or equivalent places setLV_USE_DEMO_KEYPAD_AND_ENCODER 1
- After
lv_init()
and initializing the drivers calllv_demo_keypad_encoder()