T-keyboard/lib/T-0.99TFT
LilyGO 9ce50e9560 feature:T-keyboard 2022-03-31 11:19:14 +08:00
..
examples feature:T-keyboard 2022-03-31 11:19:14 +08:00
image feature:T-keyboard 2022-03-31 11:19:14 +08:00
src feature:T-keyboard 2022-03-31 11:19:14 +08:00
LICENSE feature:T-keyboard 2022-03-31 11:19:14 +08:00
README.md feature:T-keyboard 2022-03-31 11:19:14 +08:00
README_CN.MD feature:T-keyboard 2022-03-31 11:19:14 +08:00
keywords.txt feature:T-keyboard 2022-03-31 11:19:14 +08:00
library.properties feature:T-keyboard 2022-03-31 11:19:14 +08:00

README.md

🌟LILYGO T-0.99TFT🌟

English | 中文

Quick start:

  1. Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the Arduino website.
  2. Start Arduino and open Preferences window. In additional board manager add url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json .separating them with commas.
  3. Select Tools -> Board Management -> Search for ESP32 and install
  4. Select Tools -> Board ->
  5. Copy the folder in the 'lib' directory to '~Arduino/libraries'
  6. Define pins and select display direction in TFT GC9D01N.h #define LANDSCAPE 1 //Horizontal screen //#define PORTRAIT 2

#define TFT_MISO -1 #define TFT_MOSI 10 #define TFT_SCLK 20 #define TFT_CS -1 #define TFT_DC 2 #define TFT_RST -1 #define TFT_BL 8

Product 📷:

Product Product Link
T-0.99TFT AliExpress

Pinout