T-keyboard/lib/T-0.99TFT/README.md

1.3 KiB

🌟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