GithubHelp home page GithubHelp logo

lilygo_txx's Introduction

TTGO T10 & T4 TEST CODE

1.Install the following dependency library files:

2.TFT_eSPI settings

  • Move or copy User_Setups/TX_Vxx.h to TFT_eSPI/User_Setups/
  • Add #include <User_Setups/TX_Vxx.h> to TFT_eSPI/User_Setup_Select.h

3.First Use

  • The first time you need to change the board model in LilyGo_Txx.ino, otherwise the compiler will report an error.
    // #define T4_V12 
    // #define T4_V13
    // #define T10_V14
    // #define T10_V18
    // #define T10_V20
    

T10

Name V18/V20
TFT Driver ST7735
TFT_MISO N/A
TFT_MOSI 23
TFT_SCLK 5
TFT_CS 16
TFT_DC 17
TFT_RST N/A
TFT_BL 27
SD_MISO 2
SD_MOSI 15
SD_SCLK 14
SD_CS 13
I2C_SDA 21
I2C_SCL 22
SPEAKER_OUT 25
ADC_IN 35
BUTTON1 36
BUTTON2 37
BUTTON3 39

T4

Name V12 V13
TFT Driver ILI9341 ILI9341
TFT_MISO 12 12
TFT_MOSI 23 23
TFT_SCLK 18 18
TFT_CS 27 27
TFT_DC 26 32
TFT_RST 5 5
TFT_BL N/A 4
SD_MISO 2 2
SD_MOSI 15 15
SD_SCLK 14 14
SD_CS 13 13
Button 0 14 14
Button 1 5 5
Button 2 27 27
Button 3 25 25
SPEAKER PWD N/A 19
SPEAKER OUT N/A 25
I2C_SDA 21 21
I2C_SCL 22 22

lilygo_txx's People

Contributors

lewisxhe avatar lilygo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.