Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniRTOS LVGL

UniRTOS external-library package for LVGL v8.3.11.

The library vendors the upstream LVGL source and the EG800Z RGB565 static-memory profile in include/lv_conf.h. It contains no LCD controller, GPIO, LSPI, demo, or application code.

Applications consume it through env_config.json:

"libraries": {
  "list": [
    { "name": "unirtos-lvgl", "version": "8.3.11" }
  ]
}

Run unirtos-cli env-setup before unirtos-cli build. The SDK compiles this library and links it only into applications that declare the dependency.

The library explicitly compiles every LVGL source file as Cortex-M3 Thumb code. It does not include LCD drivers, GPIO configuration, display ports or application tasks; those stay in a demo or product application repository.

About

lvgl component

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages