Skip to content

Commit 23467e9

Browse files
author
puboy7
committed
add T-Display S3 AMOLED Plus
1 parent 9865cd9 commit 23467e9

11 files changed

+219
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
---
2+
title: LILYGO T-Display S3 AMOLED Plus
3+
show_source: false
4+
---
5+
<!-- **[English](README.MD) | 中文** -->
6+
7+
<div style="width:100%; display:flex;justify-content: center;">
8+
9+
![T-Display S3 AMOLED Plus](./assets/T-Display-S3-AMOLED-Plus-1.jpg)
10+
11+
</div>
12+
13+
<!-- <div style="padding: 1em 0 0 0; display: flex; justify-content: center">
14+
<a target="_blank" style="margin: 1em;color: white; font-size: 0.9em; border-radius: 0.3em; padding: 0.5em 2em; background-color:rgb(63, 201, 28)" href="https://item.taobao.com/item.htm?id=846226367137">淘宝</a>
15+
<a target="_blank" style="margin: 1em;color: white; font-size: 0.9em; border-radius: 0.3em; padding: 0.5em 2em; background-color:rgb(63, 201, 28)" href="https://www.aliexpress.com/store/911876460">速卖通</a>
16+
</div> -->
17+
18+
## Introduction
19+
20+
T-Display AMOLED Plus 是一款基于 ESP32-S3 微控制器的高集成度开发板,主打多功能与高性能。其核心搭载 16MB Flash 和 8MB PSRAM,支持复杂应用运行。配备 1.25 英寸 AMOLED 显示屏,并支持触摸功能。内置 PMU(电源管理单元)和 RTC(实时时钟),结合 VBUS 电源管理,优化了低功耗设计。扩展方面,提供 STEMMA QT/Qwlic 双接口,兼容快速传感器连接;支持 SD 卡存储,并预留丰富 GPIO、ADC 通道及 UART 通信接口,便于外设扩展。此外,板载 BOOT 模式切换和复位电路,简化开发调试。该产品适用于智能穿戴、物联网终端等需要显示交互与多传感器集成的场景。
21+
22+
## Appearance and function introduction
23+
### Appearance
24+
<img src="./assets/T-Display-S3-AMOLED-Plus-2.jpg" alt="summary" width=80%>
25+
26+
### Pinmap
27+
28+
<img src="./assets/T-Display-S3-AMOLED-Plus-3.jpg" alt="summary" width=100%>
29+
30+
## Module Information and Specifications
31+
### Description
32+
33+
| Component | Description |
34+
| --- | --- |
35+
| MCU | ESP32-S3R8 Dual-core LX7 microprocessor |
36+
| FLASH| 16MB |
37+
| PSRAM | 8MB|
38+
| Display | 1.91 inch RM67162 IPS AMOLED |
39+
| Touch | Touch capacitive screen |
40+
| LoRa | 1276:868,915Mhz |
41+
| Storage | TF card |
42+
| RTC | PCF85063ATL/1 |
43+
| Wireless | 2.4 GHz Wi-Fi & Bluetooth5 (LE) |
44+
| USB | 1 × USB Port and OTG(TYPE-C interface) |
45+
| IO interface | 2.54mm spacing 2*13 (double row) extension IO interface |
46+
| Extension interface | 1 × FPC antenna extension interface + 1 × TF card interface + 1 × STEMMA QT/QWIIC interface (JST-SH 1.0MM 4Pin) + JST-GH 1.25MM interface |
47+
| Buttons | 1 x RESET Button + 1 x BOOT Button|
48+
| Power supply | 1 x USB / 3.7V Li-ion Battery, 1 x Battery Switch, 1 x Solar Input Interface |
49+
| Mounting holes | 2 x 2mm Positioning Holes |
50+
| Dimensions | 60x32x12mm |
51+
52+
53+
### Related Links
54+
Github:[T-Display S3 AMOLED Plus](https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series)
55+
56+
57+
58+
#### Schematic Diagram
59+
60+
[T-Display S3 AMOLED Plus](https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/blob/master/schematic/T-Display-S3-AMOLED-Plus.pdf)
61+
62+
<!-- * [SY6970](./datasheet/AN_SY6970.pdf) -->
63+
64+
#### Dependency Libraries
65+
66+
* [lvgl 8.3.9](https://github.com/lvgl/lvgl)
67+
* [AceButton](https://github.com/bxparks/AceButton)
68+
* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI)
69+
* [Arduino_GFX](https://github.com/moononournation/Arduino_GFX)
70+
* [XPowersLib](https://github.com/lewisxhe/XPowersLib)
71+
* [SensorLib](https://github.com/lewisxhe/SensorsLib)
72+
* [TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus)
73+
* [Arduino_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel)
74+
* [OneWire](https://github.com/PaulStoffregen/OneWire)
75+
* [SparkFun MAX3010x Pulse and Proximity Sensor Library](https://github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library)
76+
77+
## Software Design
78+
### Arduino Set Parameters
79+
80+
| Setting | Value |
81+
| -------------------------------| ------------------------------- |
82+
Board |ESP32S3 Dev Module
83+
Port |Your port
84+
USB CDC On Boot |Enable
85+
CPU Frequency |240MHZ(WiFi)
86+
Core Debug Level |None
87+
USB DFU On Boot |Disable
88+
Erase All Flash Before Sketch Upload |Disable
89+
Events Run On |Core1
90+
Flash Mode |QIO 80MHZ
91+
Flash Size |16MB(128Mb)
92+
Arduino Runs On |Core1
93+
USB Firmware MSC On Boot |Disable
94+
Partition Scheme |16M Flash(3M APP/9.9MB FATFS)
95+
PSRAM |OPI PSRAM
96+
Upload Mode |UART0/Hardware CDC
97+
Upload Speed |921600
98+
USB Mode |CDC and JTAG
99+
100+
101+
### Development Platform
102+
1. [Micropython](https://micropython.org/)
103+
2. [Arduino IDE](https://www.arduino.cc/en/software)
104+
3. [Platform IO](https://platformio.org/)
105+
106+
## Product Technical Support
107+
108+
Loading
Loading
Loading

docs/get_started/en/AMOLED/T-Pico-2350/T-Pico-2350.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ show_source: false
1515
<a target="_blank" style="margin: 1em;color: white; font-size: 0.9em; border-radius: 0.3em; padding: 0.5em 2em; background-color:rgb(63, 201, 28)" href="https://www.aliexpress.com/store/911876460">速卖通</a>
1616
</div> -->
1717

18-
## Overview
18+
## Introduction
1919

2020
The T-Pico2350 is another version in the T-Pico series, designed and manufactured based on the Raspberry Pi RP2350 chip. It features an external expansion case design similar to the T-Display S3 Pro. This case is designed with multiple external expansion interfaces, supporting both pin header expansion and a 13-pin 0.3mm pitch FPC expansion interface. Additionally, the bottom is equipped with multiple M1.4 embedded brass nuts for secure expansion and mounting.
2121

docs/get_started/en/sidebar.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ items:
1919
file: AMOLED/T-Display-K230/T-Display-K230.md
2020
- label: T-Pico 2350
2121
file: AMOLED/T-Pico-2350/T-Pico-2350.md
22+
- label : T-Display S3 AMOLED Plus
23+
file: AMOLED/T-Display-S3-AMOLED-Plus/T-Display-S3-AMOLED-Plus.md
2224
- label: C
2325
- label: FAQ
2426
file: maixIV/m4ndock/FAQ.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: LILYGO T-Display S3 AMOLED Plus
3+
show_source: false
4+
---
5+
<!-- **[English](README.MD) | 中文** -->
6+
7+
<div style="width:100%; display:flex;justify-content: center;">
8+
9+
![T-Display S3 AMOLED Plus](./assets/T-Display-S3-AMOLED-Plus-1.jpg)
10+
11+
</div>
12+
13+
<!-- <div style="padding: 1em 0 0 0; display: flex; justify-content: center">
14+
<a target="_blank" style="margin: 1em;color: white; font-size: 0.9em; border-radius: 0.3em; padding: 0.5em 2em; background-color:rgb(63, 201, 28)" href="https://item.taobao.com/item.htm?id=846226367137">淘宝</a>
15+
<a target="_blank" style="margin: 1em;color: white; font-size: 0.9em; border-radius: 0.3em; padding: 0.5em 2em; background-color:rgb(63, 201, 28)" href="https://www.aliexpress.com/store/911876460">速卖通</a>
16+
</div> -->
17+
18+
## 简介
19+
20+
T-Display AMOLED Plus 是一款基于 ESP32-S3 微控制器的高集成度开发板,主打多功能与高性能。其核心搭载 16MB Flash 和 8MB PSRAM,支持复杂应用运行。配备 1.25 英寸 AMOLED 显示屏,并支持触摸功能。内置 PMU(电源管理单元)和 RTC(实时时钟),结合 VBUS 电源管理,优化了低功耗设计。扩展方面,提供 STEMMA QT/Qwlic 双接口,兼容快速传感器连接;支持 SD 卡存储,并预留丰富 GPIO、ADC 通道及 UART 通信接口,便于外设扩展。此外,板载 BOOT 模式切换和复位电路,简化开发调试。该产品适用于智能穿戴、物联网终端等需要显示交互与多传感器集成的场景。
21+
22+
## 外观及功能介绍
23+
### 外观
24+
<img src="./assets/T-Display-S3-AMOLED-Plus-2.jpg" alt="summary" width=80%>
25+
26+
### 引脚图
27+
28+
<img src="./assets/T-Display-S3-AMOLED-Plus-3.jpg" alt="summary" width=100%>
29+
30+
## 模块资料以及参数
31+
32+
### 概述
33+
| 组件 | 描述 |
34+
| --- | --- |
35+
| MCU | ESP32-S3R8 Dual-core LX7 microprocessor |
36+
| FLASH| 16MB |
37+
| PSRAM | 8MB|
38+
| 屏幕 | 1.91 英寸 RM67162 IPS AMOLED |
39+
| 触摸 | 触摸电容屏
40+
| LoRa | 1276:868,915Mhz |
41+
| 存储 | TF 卡 |
42+
| RTC | PCF85063ATL/1 |
43+
| 无线 | 2.4 GHz Wi-Fi & Bluetooth5 (LE)
44+
| USB | 1 × USB Port and OTG(TYPE-C接口) |
45+
| IO 接口 | 2.54mm间距 2*13(双排)拓展IO接口 |
46+
| 拓展接口| 1 × FPC 天线拓展接口 +1 × TF card接口 + 1 × STEMMA QT/QWIIC接口(JST-SH 1.0MM 4Pin) + JST-GH 1.25MM 接口|
47+
| 按键 | 1 x RESET 按键 + 1 x BOOT 按键|
48+
| 电源 | AXPM65611电源芯片管理,BQ25896充电管理芯片|
49+
| 孔位 | **2mm定位孔 * 4** |
50+
| 尺寸 | **60x32x12mm** |
51+
52+
### 相关资料
53+
Github:[T-Display S3 AMOLED Plus](https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series)
54+
55+
56+
57+
#### 原理图
58+
59+
[T-Display S3 AMOLED Plus](https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/blob/master/schematic/T-Display-S3-AMOLED-Plus.pdf)
60+
61+
<!-- * [SY6970](./datasheet/AN_SY6970.pdf) -->
62+
63+
#### 依赖库
64+
65+
* [lvgl 8.3.9](https://github.com/lvgl/lvgl)
66+
* [AceButton](https://github.com/bxparks/AceButton)
67+
* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI)
68+
* [Arduino_GFX](https://github.com/moononournation/Arduino_GFX)
69+
* [XPowersLib](https://github.com/lewisxhe/XPowersLib)
70+
* [SensorLib](https://github.com/lewisxhe/SensorsLib)
71+
* [TinyGPSPlus](https://github.com/mikalhart/TinyGPSPlus)
72+
* [Arduino_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel)
73+
* [OneWire](https://github.com/PaulStoffregen/OneWire)
74+
* [SparkFun MAX3010x Pulse and Proximity Sensor Library](https://github.com/sparkfun/SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library)
75+
76+
## 软件开发
77+
### Arduino 设置参数
78+
79+
| Setting | Value |
80+
| -------------------------------| ------------------------------- |
81+
Board |ESP32S3 Dev Module
82+
Port |Your port
83+
USB CDC On Boot |Enable
84+
CPU Frequency |240MHZ(WiFi)
85+
Core Debug Level |None
86+
USB DFU On Boot |Disable
87+
Erase All Flash Before Sketch Upload |Disable
88+
Events Run On |Core1
89+
Flash Mode |QIO 80MHZ
90+
Flash Size |16MB(128Mb)
91+
Arduino Runs On |Core1
92+
USB Firmware MSC On Boot |Disable
93+
Partition Scheme |16M Flash(3M APP/9.9MB FATFS)
94+
PSRAM |OPI PSRAM
95+
Upload Mode |UART0/Hardware CDC
96+
Upload Speed |921600
97+
USB Mode |CDC and JTAG
98+
99+
### 开发平台
100+
1. [Micropython](https://micropython.org/)
101+
2. [Arduino IDE](https://www.arduino.cc/en/software)
102+
3. [Platform IO](https://platformio.org/)
103+
104+
## 产品技术支持
105+
106+
Loading
Loading
Loading

docs/get_started/zh/sidebar.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ items:
1919
file: AMOLED/T-Display-K230/T-Display-K230.md
2020
- label: T-Pico 2350
2121
file: AMOLED/T-Pico-2350/T-Pico-2350.md
22+
- label : T-Display S3 AMOLED Plus
23+
file: AMOLED/T-Display-S3-AMOLED-Plus/T-Display-S3-AMOLED-Plus.md
2224
- label: C
2325
- label: FAQ
2426
file: maixIV/m4ndock/FAQ.md

0 commit comments

Comments
 (0)