btaczala / M5Dial-LVGL

LVGL porting for M5Dial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C 81.9%Language:C++ 16.7%Language:CMake 0.9%Language:Makefile 0.6%