/Seeed_Arduino_LCD

Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips

Primary LanguageCOtherNOASSERTION

Seeed-Arduino-LCD Build Status

Introduction

This library fork form TFT_eSPI. It is used to drive LCD screen.

Start

You need to configure User_Setup.h to make your board work with LCD. For example, if you use the LCD screen of ILI9341, then you uncomment #define ILI9341_DRIVER to make it support. And you need to specify the pins of the connection. Here is the default configuration。

SAMD21
TFT PIN
TFT_CS 5
TFT_DC 6
TFT_RST -1

You can change pin definitions according to your needs.

Boards

We recommend using it on internal flash chips larger than 128k. If you have a smaller flash device, I recommend using the TFT_Touch_Shield_V2.

Note

You can get more information here.