Skip to content

ivchern/lv_platformio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run LittlevGL in on PC using PlatfomIO

This repository contains a PlatformIO project to test LittelvGL on your PC.

Install SDL

The SDL library need to installed to run the project. You will find a step-by-step GUI about the installation here (It's super easy on Linux but sometimes tricky on Windows and OSX.)

Open the project

I assume that you already have a working PlatformIO environment with Visual Studio Code.

  1. Clone this repo with git clone https://github.com/littlevgl/pc_simulator_sdl_platformio.git anywhere you want or download it as zip from GitHub.
  2. In Visual Studio Code click File/Add folder to workspace and browse the lv_pio_sdl folder in the cloned or downloaded project

Build and run

  1. Click the pipe icon on the left bottom corner to build the project.
  2. Run the compiled file from the terminal of Visual Studio Code: ./.pioenvs/native/program

About

PlatformIO project example for LVGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.5%
  • Python 6.5%