Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmysu/lvgl_gui

lvGL7.7 GUI stuff
https://github.com/jmysu/lvgl_gui

gui lvgl mingw64 osx platformio qt5 simulator windows-10

Last synced: about 5 hours ago
JSON representation

lvGL7.7 GUI stuff

Awesome Lists containing this project

README

        

# lvGL_GUI [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

lvGL7.7 GUI stuff, build and run on Windows10(mingw64) && MAC OSX

## lvGL GUI simulator for MAC OSX

remember to update DYLD_LIBRARY_PATH with SDL2 lib,bin for running app...

   


   

## lvGL GUI simulator for Window10 (Mingw64)

remember to update PATH with SDL2 lib,bin for running app...

   


   

   

## lvGL GUI for Wio Terminal (ATSAMD51P19 )

__PlatformIO project__, use TFT_eSPI LCD driver, running lvGL7 benchmark...

       

## References
- [libSDL](https://www.libsdl.org/) Simple DirectMedia Layer.
- [lvGL](https://github.com/lvgl/lvgl) Light and Versatile Graphics Library.
- [lvGL.io](https://lvgl.io/developers) lvGL Getting Startted.
- [lvGL WioTerminal](https://wiki.seeedstudio.com/Wio-Terminal-LVGL/) lvGL on Wio Terminal.