- Notifications
You must be signed in to change notification settings - Fork7
mzyy94/M5Dial-LVGL
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LVGL porting for M5Dial
- PlatformIO 6.1 withespressif32@6.5.0
- ESP-IDF 5.1.2
Specify M5Dial-LVGL git repo inlib_deps
option.
lib_deps =M5Dial-LVGL=https://github.com/mzyy94/M5Dial-LVGL.git#v0.0.1
Createidf_component.yml
inmain directory and put item in dependencies section.
dependencies:mzyy94/M5Dial-LVGL:git:https://github.com/mzyy94/M5Dial-LVGL.gitversion:v0.0.1
Callm5dial_lvgl_init()
first,m5dial_lvgl_next()
in a loop.Please refer to examples for more details.
hello_world | touch_button | dial_number |
---|---|---|
![]() | ![]() | ![]() |
Simple drawing | Touch input | Encoder input |
qr_code | new_font | native_sdl |
---|---|---|
![]() | ![]() | ![]() |
Custom config | External font | PC preview |
About
LVGL porting for M5Dial