Skip to content

Finn-NAT/LVGL_Linux_Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux LVGL Example Project

Overview

This project was created to test certain functionalities of LVGL before integrating them into the main LVGL project. Currently, it includes:

  • Framebufffer on LVGL: For running on Embedded Computer
  • SDl on LVGL: For previewing in developer computer
  • Cross Compiler: To support ARM architecture

Before you run the project, just config the path in lvgl and lv_drivers

// From
#include "lvgl/lvgl.h"
// To
#include "../../lvgl/lvgl.h"     
// In file: fbdev.h, sdl.h and sdl_common.h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published