Skip to content

RoyAc6/zephyr_lvgl_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr + LVGL Games Suite

A collection of simple games built on Zephyr RTOS with the LVGL graphics library.

Hardware

Getting Started

west init -l zephyr_lvgl_games
west update
west build --board frdm_mcxn947/mcxn947/cpu0 <game_folder>

Known Issues & Workarounds

Touch controller timing tweak

If you see missed touches, edit
zephyr/drivers/input/input_gt911.c and locate the comment:

/* hold down 50ms to make sure the address available */
k_sleep(K_MSEC(50));

Change it to K_MSEC(200)

About

LVGL mini‑games running on Zephyr RTOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published