https://github.com/lvgl/lv_zephyr
LVGL Zephyr projects repositories
https://github.com/lvgl/lv_zephyr
Last synced: 5 months ago
JSON representation
LVGL Zephyr projects repositories
- Host: GitHub
- URL: https://github.com/lvgl/lv_zephyr
- Owner: lvgl
- Created: 2024-12-09T18:28:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-13T15:22:42.000Z (8 months ago)
- Last Synced: 2025-11-19T06:02:23.099Z (8 months ago)
- Language: C
- Size: 372 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zephyr base project for the LVGL project creator
## Introduction
This repository is used along with [LVGL project creator](https://lvgl.io/tools/project-creator) to
help user to quick setup a [Zephyr RTOS](https://zephyrproject.org/) application that uses
[LVGL](https://lvgl.io/) on top of the Zephyr Display subsystem.
## Why this is needed?
Zephyr RTOS already has the LVGL samples but they are
located inside of the Zephyr kernel source tree, and in general
the applications are intended to be out from it, the project
creator helps users with that.
## How to use it
* Before use the project creator make sure you have [Zephyr installed](https://docs.zephyrproject.org/latest/develop/getting_started/index.htm) on the current folder;
* After that launch the project creator;
* After the creation just build the application as regular Zephyr project using `west build`;