Skip to content

DrKropp/M5Dial-LVGL

 
 

Repository files navigation

M5Dial-LVGL

PlatformIO CI

LVGL porting for M5Dial

Environments

Setup

PlatformIO

Specify M5Dial-LVGL git repo in lib_deps option.

lib_deps =
	M5Dial-LVGL=https://github.com/mzyy94/M5Dial-LVGL.git#v0.0.1

ESP-IDF

Create idf_component.yml in main directory and put item in dependencies section.

dependencies:
  mzyy94/M5Dial-LVGL:
    git: https://github.com/mzyy94/M5Dial-LVGL.git
    version: v0.0.1

Usage

Call m5dial_lvgl_init() first, m5dial_lvgl_next() in a loop. Please refer to examples for more details.

Examples

hello_world touch_button dial_number
hello-world touch-button dial-number
Simple drawing Touch input Encoder input
qr_code new_font native_sdl
qr-code new-font native-sdl
Custom config External font PC preview

License

MIT

About

LVGL porting for M5Dial to try to update dependencies, fix paths, and possibly submit it to the PlatformIO libraries registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 81.8%
  • C++ 16.7%
  • Other 1.5%