Fork of Tangara with customizations
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
tangara-fw/lib/lvgl/demos/keypad_encoder
jacqueline 64bd9053a2 Update LVGL to v9.1.0 il y a 1 an
..
README.md convert lvgl from submodule to a plain old directory il y a 2 ans
lv_demo_keypad_encoder.c Update LVGL to v9.1.0 il y a 1 an
lv_demo_keypad_encoder.h convert lvgl from submodule to a plain old directory il y a 2 ans
screenshot1.gif convert lvgl from submodule to a plain old directory il y a 2 ans
screenshot1.png convert lvgl from submodule to a plain old directory il y a 2 ans

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