Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jmysu/lvgl_gui
- Owner: jmysu
- License: gpl-3.0
- Created: 2020-10-26T10:11:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T04:08:37.000Z (about 4 years ago)
- Last Synced: 2023-07-19T09:55:59.500Z (over 1 year ago)
- Topics: gui, lvgl, mingw64, osx, platformio, qt5, simulator, windows-10
- Language: C
- Homepage:
- Size: 72.7 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.