An Arduino graphics library based on LVGL, specifically designed for Round Display for XIAO.
lvgl, lv_examples, TFT_eSPI, GFX Library for Arduino, I2C BM8563 RTC, SD, AnimatedGIF
1.Git clone this resp to your Arduino IDE's libraries directory.
2.Install all the dependencies from the Arduino Library Manager.
3.Uncomment a library for display driver.
4.Run the demo "HardTest" on examples directory.
Please install the dependencies from the Arduino Library Manager.
If you want to use the TFT_eSPI library for display driving, you must comment out the line #include <User_Setup.h>
and uncomment the line #include <User_Setups/Setup66_Seeed_XIAO_RoundDisplay.h>
in the "User_Setup_Select.h" file.
The lvgl configuration file lv_conf.h
must be copied to your Arduino IDE's libraries directory.