LilyGo-AMOLED-Series
depends on lvgl v8.4.x version. Currently lvgl has released lvgl v9.0 version. When compilation error occurs, please check whether lvgl belongs to v8.4.xLilyGo-AMOLED-Series
esp-idf version example, please jump to this LilyGo-Display-IDFT4-S3
GPIO18 has been assigned to the display TE Pin, please do not use this Pin
Product(PinMap) | SOC | Flash | PSRAM | Resolution | Size |
---|---|---|---|---|---|
T-Display-AMOLED-Lite | ESP32-S3R8 | 16MB | 8MB(OPI) | 194x368 | 1.47 Inch |
T-Display-S3 AMOLED | ESP32-S3R8 | 16MB | 8MB(OPI) | 240x536 | 1.91 Inch |
T4-S3 | ESP32-S3R8 | 16MB | 8MB(OPI) | 450x600 | 2.41 Inch |
T-Display-S3 AMOLED Plus | ESP32-S3R8 | 16MB | 8MB(OPI) | 240x536 | 1.91 Inch |
Current consumption | Working current | sleep current | sleep mode |
---|---|---|---|
T-Display-AMOLED-Lite | (240MHz) WiFi On 90~230+ mA | About 1.1mA | timer wakeup |
T-Display-S3 AMOLED | (240MHz) WiFi On 90~230+ mA | About 230uA | external gpio0 wakeup |
T4-S3 | (240MHz) WiFi On 90~230+ mA | About 230uA | external gpio0 wakeup |
T-Display-S3 AMOLED Plus | (240MHz) WiFi On 90~230+ mA | About 230~700uA dynamic | external gpio0 wakeup |
- This code supports T-Display-S3 AMOLED both touch and non-touch versions
examples/
├── Factory # Factory example
├── AdjustBrightness # Adjust brightness example
├── DS18x20_Temperature # OneWire example
├── LumenMeter # 1.47-inch AMOLED Built-in Ambient Light Sensor Example
├── LVGL_SD_Images # Display pictures saved in SD card
├── Lvgl_Images # Screen color test
├── PMU_ADC # PMU Voltage detection example , only support 1.47-inch AMOLED
├── PMU_Interrupt # PMU interrupt example , only support 1.47-inch AMOLED
├── PPM_Example # Power chip example, only used for T4-S3
├── CameraShield # Extern camera shield example, only supports 1.91 inches
├── SPI_SDCard # External SD card example, SPI communication
├── QWIIC_GPS_Shield # Extern GPS Shield example,use Serial communication
├── QWIIC_HP303BSensor # Extern Temperature Pressure Sensor example,use Wire communication
├── QWIIC_MAX3010X # External heart rate module,use Wire communication
├── TFT_eSPI_Sprite # Use TFT_eSPI Sprite example
├── TFT_eSPI_Sprite_ArcFill # Use TFT_eSPI Sprite example
├── TFT_eSPI_Sprite_graphicstest_small # Use TFT_eSPI Sprite example
├── TFT_eSPI_Sprite_RLE_Font # Use TFT_eSPI Sprite example
├── TFT_eSPI_Sprite_Rotation # Screen rotation, only available for 1.91, 2.41 inches
├── LVGL_Rotation # Screen rotation, only available for 1.91, 2.41 inches
├── Touchpad # Touchpad example
├── TouchPaint # TouchPaint example
└── lvgl # LVGL examples
├── event
├── get_started
├── layouts
│ ├── flex
│ └── grid
├── scroll
├── style
├── third_party
│ ├── ImageDecoder
│ └── gif
└── widgets
└── ...
- Install Visual Studio Code and Python
- Search for the
PlatformIO
plugin in theVisualStudioCode
extension and install it. - After the installation is complete, you need to restart
VisualStudioCode
- After restarting
VisualStudioCode
, selectFile
in the upper left corner ofVisualStudioCode
->Open Folder
-> select theLilyGO AMOLED Series
directory - Wait for the installation of third-party dependent libraries to complete
- Click on the
platformio.ini
file, and in theplatformio
column - Uncomment one of the lines
src_dir = xxxx
to make sure only one line works - Click the (✔) symbol in the lower left corner to compile
- Connect the board to the computer USB
- Click (→) to upload firmware
- Click (plug symbol) to monitor serial output
- If it cannot be written, or the USB device keeps flashing, please check the FAQ below
-
Install Arduino IDE
-
Sketch
->Include Library
->Manage Libraries
-
Library Search
->LilyGO AMOLED Series
->Install
->Install ALL
-
Library Search
->lvgl
->v8.4.0
->Install
-
File
->Examples
->LilyGO AMOLED Series
->Any Examples
-
Tools
, Look at the picture to chooseArduino IDE Setting Value Board ESP32S3 Dev Module Port Your port USB CDC On Boot Enable CPU Frequency 240MHZ(WiFi) Core Debug Level None USB DFU On Boot Disable Erase All Flash Before Sketch Upload Disable Events Run On Core1 Flash Mode QIO 80MHZ Flash Size 16MB(128Mb) Arduino Runs On Core1 USB Firmware MSC On Boot Disable Partition Scheme 16M Flash(3M APP/9.9MB FATFS) PSRAM OPI PSRAM Upload Mode UART0/Hardware CDC Upload Speed 921600 USB Mode CDC and JTAG - The options in bold are required, others are selected according to actual conditions.
-
Select
Port
-
Click
upload
, Wait for compilation and writing to complete -
If it cannot be written, or the USB device keeps flashing, please check the FAQ below
-
Install Arduino IDE
-
Download
LilyGO AMOLED Series
, move to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries) -
Copy all folders in libdeps folder to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries)
-
Open ArduinoIDE ,
Tools
, Make your selection according to the table belowArduino IDE Setting Value Board ESP32S3 Dev Module Port Your port USB CDC On Boot Enable CPU Frequency 240MHZ(WiFi) Core Debug Level None USB DFU On Boot Disable Erase All Flash Before Sketch Upload Disable Events Run On Core1 Flash Mode QIO 80MHZ Flash Size 16MB(128Mb) Arduino Runs On Core1 USB Firmware MSC On Boot Disable Partition Scheme 16M Flash(3M APP/9.9MB FATFS) PSRAM OPI PSRAM Upload Mode UART0/Hardware CDC Upload Speed 921600 USB Mode CDC and JTAG - The options in bold are required, others are selected according to actual conditions.
-
File
->Examples
->LilyGO AMOLED Series
->Any Examples
-
Select
Port
-
Click
upload
, Wait for compilation and writing to complete -
If it cannot be written, or the USB device keeps flashing, please check the FAQ below
- BLE Examples
- WiFi Examples
- SPIFFS Examples
- FFat Examples
- For more examples of esp32 chip functions, please refer to arduino-esp32-libraries
-
The board uses USB as the JTAG upload port. When printing serial port information on USB_CDC_ON_BOOT configuration needs to be turned on. If the port cannot be found when uploading the program or the USB has been used for other functions, the port does not appear. Please enter the upload mode manually.
- Connect the board via the USB cable
- Press and hold the BOOT button , While still pressing the BOOT button, press RST
- Release the RST
- Release the BOOT button
- Upload sketch
-
If the above is invalid, burn the binary file to check whether the hardware is normal
-
1.47 inches AMOLED(T-Display-AMOLED-Lite) does not support hardware screen rotation function
-
If you use external power supply instead of USBC, please turn off the CDC option. This is because the board will wait for USB access when it starts.
- For Arduino IDE users, it can be turned off in the options , Please note that turning off USB CDC will turn off Serial redirection to USBC. At this time, you will not see any Serial message output when opening the port from USBC, but output from GPIO43 and GPIO44.
Tools -> USB CDC On Boot -> Disable
- For Platformio users, you can add the following compilation flags in the ini file
build_flags = ; Enable -DARDUINO_USB_CDC_ON_BOOT will start printing and wait for terminal access during startup ; -DARDUINO_USB_CDC_ON_BOOT=1 ; Enable -UARDUINO_USB_CDC_ON_BOOT will turn off printing and will not block when using the battery -UARDUINO_USB_CDC_ON_BOOT
-
How to find the location of your own libraries, please see here
- Windows:
C:\Users\{username}\Documents\Arduino
- macOS:
/Users/{username}/Documents/Arduino
- Linux:
/home/{username}/Arduino
- Windows:
Product(PinMap) | schematic | Dimensions | PCB 3D | Shell |
---|---|---|---|---|
T-Display-AMOLED-Lite | schematic | DWG | STP | x |
T-Display-S3 AMOLED | schematic | DWG | STP | STP |
T4-S3 | schematic | DWG | STP | STP |
T-Display-S3 AMOLED Plus | schematic | DWG | STP | STP |