https://github.com/seeed-studio/seeed_arduino_rounddisplay
An Arduino graphics library based on LVGL, specifically designed for Round Display for XIAO
https://github.com/seeed-studio/seeed_arduino_rounddisplay
Last synced: 9 months ago
JSON representation
An Arduino graphics library based on LVGL, specifically designed for Round Display for XIAO
- Host: GitHub
- URL: https://github.com/seeed-studio/seeed_arduino_rounddisplay
- Owner: Seeed-Studio
- License: mit
- Created: 2023-03-21T05:44:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T02:37:21.000Z (over 1 year ago)
- Last Synced: 2025-07-05T07:06:15.191Z (11 months ago)
- Language: C
- Homepage:
- Size: 84 KB
- Stars: 33
- Watchers: 12
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seeed Studio Round Display for XIAO
## Introduction
An Arduino graphics library based on LVGL, specifically designed for [Seeed Studio Round Display for XIAO](https://www.seeedstudio.com/Seeed-Studio-Round-Display-for-XIAO-p-5638.html). Wiki for this product can be found [here](https://wiki.seeedstudio.com/using_lvgl_and_tft_on_round_display/).The dependent TFT_eSPI library is [here](https://github.com/Seeed-Projects/SeeedStudio_TFT_eSPI).
## 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 ` and uncomment the line `#include ` in the "User_Setup_Select.h" file.
The lvgl configuration file `lv_conf.h` must be copied to your Arduino IDE's libraries directory.