Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.19 KB

Seeed Studio Round Display for XIAO

Introduction

An Arduino graphics library based on LVGL, specifically designed for Seeed Studio Round Display for XIAO. Wiki for this product can be found here.The dependent TFT_eSPI library is here.

Depends

lvgl, lv_examples, TFT_eSPI, GFX Library for Arduino, I2C BM8563 RTC, SD, AnimatedGIF

Usage

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.

Note

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.