Skip to content

rzr/dialog-lvgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIALOG-LVGL

DESCRIPTION

Reimplementation of "dialog" tool using LVGL toolkit.

"Dialog" is a 1990ies program that allows to display dialog boxes handle user's inputs.

DEMO

dialog-lgvl-input

USAGE

make setup # Will install build tools
make lib # Will download build lvgl if needed
make run # Will run application
make demo # Will run showcases

RESOURCES