An open API service indexing awesome lists of open source software.

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

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.