Skip to content

TurtleWhal/T-RGB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟T-RGB🌟

News

  1. Easy to use RGB panel library, organized by fablabnbg/TRGBArduinoSupport,This is more recommended for novices
  2. Currently, there are three types of RGB panels
    • 2.1 inch FT3267 touch chip version (Half circle 2.1 inches use FT3267 touch screen)
    • 2.1 inch CST820 touch chip version (Full circle 2.1 inches using CST820 touch screen)
    • 2.8 inch GT911 touch chip version (Full circle 2.8 inches using GT911 touch screen)

Description

T-RGB is a development board whose main control chip is ESP32-S3. It is equipped with a 2.1-inch LCD color screen (3SPI&RGB interface) and touch chip. It has TF card reading and writing function and is equipped with a programmable button and a set of IIC pins. It can be powered with a lithium battery and charged with a USB. You can use the ESP32S3 directly for USB communication or programming.

Pinmap

Product 📷

Product Product Link
T-RGB AliExpress

Quick Start

Arduino:

  • Click "File" in the upper left corner -> Preferences -> Additional Development >Board Manager URL -> Enter the URL in the input box. (ESP32S3 is a new chip, and the SDK version needs to be version 2.0.3 or above) https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  • Click OK and the software will be installed by itself. After installation, restart the Arduino IDE software.
  • Setting:
  • For initial use, the correct RGB panel needs to be defined above the sketch

PlatfromIO:

  • PlatformIO plug-in installation: Click on the extension on the left column -> search platformIO -> install the first plug-in
  • Click Platforms -> Embedded -> search Espressif 32 in the input box -> select the corresponding firmware installation
  • For initial use, it is necessary to define the correct RGB panel in the ini file

ESP-IDF:

  • The installation method is also inconsistent depending on the system, it is recommended to refer to the official manual for installation

Tips

  1. Due to insufficient pins of ESP32-S3, XL9535 is used onboard for IO expansion.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • C++ 1.5%
  • Python 0.5%
  • Shell 0.0%
  • Makefile 0.0%
  • CMake 0.0%