Skip to content

Commit 76ef1db

Browse files
committed
feat(docs): update
1 parent 01b9375 commit 76ef1db

File tree

144 files changed

+6568
-2580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+6568
-2580
lines changed

README.md

Lines changed: 69 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,72 +6,112 @@
66

77
# ESP Display Panel
88

9-
* [中文版本](./README_CN.md)
9+
* [中文版](./README_CN.md)
1010

11-
ESP32_Display_Panel is a library designed specifically for ESP SoCs to drive display screens and enable rapid GUI development. Users can develop on multiple [internally supported development boards](#Development-Boards) directly or use simple adaptations for custom boards. Additionally, ESP32_Display_Panel supports various LCD and touch drivers, allowing users to develop with standalone drivers as needed.
11+
## Overview
1212

13-
ESP32_Display_Panel integrates multiple display-related driver components from the [ESP Component Registry](https://components.espressif.com/). It can be obtained directly from the Espressif's server or downloaded from the Arduino IDE, enabling development with either the [Arduino](https://github.com/espressif/arduino-esp32) IDE or the [ESP-IDF](https://github.com/espressif/esp-idf) framework.
13+
ESP32_Display_Panel is a **display driver** and **GUI porting** library designed by Espressif specifically for ESP32 series SoCs (ESP32, ESP32-S3, ESP32-P4, etc.). It supports multiple development frameworks including [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html), [Arduino](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html), and [Micropython](https://docs.micropython.org/en/v1.23.0/esp32/quickref.html).
1414

15-
## Overview
15+
This library integrates most of Espressif's officially adapted [display-related components](https://components.espressif.com/components?q=esp_lcd), which can be used to drive displays (touch screens) with different interfaces and models. Additionally, the library provides common display features such as `backlight control` and `IO expander`, and integrates these features with `display` and `touch` functionality to form a complete display board driver solution. Developers can perform one-stop GUI application development based on [supported boards](#supported-boards) or `custom boards`.
1616

17-
The functional block diagram of ESP32_Display_Panel is shown below and includes the following features:
17+
ESP32_Display_Panel's main features include:
1818

19-
- Supports a variety of **Espressif** official and third-party development boards, including **M5Stack**, **Elecrow**, **Waveshare**,**VIEWE** and others.
20-
- Supports **custom development board** adaptation.
21-
- Supports a variety of device drivers, including interface **Bus**, **LCD**, **Touch**, **Backlight** and **IO Expander**.
22-
- Supports dynamic driver configuration, such as enabling debug logs.
23-
- Compatible with the **Arduino** IDE and **ESP-IDF** framework for compilation.
19+
- Support for various display-related drivers, including `interface bus`, `LCD`, `touch`, `backlight`, and `IO expander`
20+
- Support for multiple Espressif official and third-party display boards, including `M5Stack`, `Elecrow`, `Waveshare`, `VIEWE`, etc.
21+
- Support for custom board configuration
22+
- Support for flexible driver configuration and parameters
23+
- Support for `ESP-IDF`, `Arduino`, and `Micropython` development frameworks
24+
25+
The functional block diagram is shown below:
2426

2527
<div align="center"><img src="docs/_static/block_diagram.png" alt ="Block Diagram" width="600"></div>
2628

29+
## Table of Contents
30+
31+
- [ESP Display Panel](#esp-display-panel)
32+
- [Overview](#overview)
33+
- [Table of Contents](#table-of-contents)
34+
- [How to Use](#how-to-use)
35+
- [Supported Boards](#supported-boards)
36+
- [Supported Controllers](#supported-controllers)
37+
- [LCD Controllers](#lcd-controllers)
38+
- [Touch Controllers](#touch-controllers)
39+
- [FAQ](#faq)
40+
- [Arduino IDE](#arduino-ide)
41+
- [ESP-IDF](#esp-idf)
42+
2743
## How to Use
2844

29-
Please refer to the documentation - [How to Use](./docs/How_To_Use.md).
45+
📖 Here are the usage guides for ESP32_Display_Panel in different development environments:
46+
47+
* [ESP-IDF](./docs/envs/use_with_idf.md)
48+
* [Arduino IDE](./docs/envs/use_with_arduino.md)
49+
50+
## Supported Boards
3051

31-
## Supported Development Boards and Drivers
52+
📋 Here is the list of boards supported by ESP32_Display_Panel:
3253

33-
### Development Boards
54+
| **Manufacturer** | **Model** |
55+
| --------------- | --------- |
56+
| [Espressif](./docs/board/board_espressif.md) | ESP32-C3-LCDkit, ESP32-S3-BOX, ESP32-S3-BOX-3, ESP32-S3-BOX-3B, ESP32-S3-BOX-3(beta), ESP32-S3-BOX-Lite, ESP32-S3-EYE, ESP32-S3-Korvo-2, ESP32-S3-LCD-EV-Board, ESP32-S3-LCD-EV-Board-2, ESP32-S3-USB-OTG, ESP32-P4-Function-EV-Board |
57+
| [M5Stack](./docs/board/board_m5stack.md) | M5STACK-M5CORE2, M5STACK-M5DIAL, M5STACK-M5CORES3 |
58+
| [Elecrow](./docs/board/board_elecrow.md) | CrowPanel 7.0" |
59+
| [Jingcai](./docs/board/board_jingcai.md) | ESP32-4848S040C_I_Y_3 |
60+
| [Waveshare](./docs/board/board_waveshare.md) | ESP32-S3-Touch-LCD-1.85, ESP32-S3-Touch-LCD-2.1, ESP32-S3-Touch-LCD-4.3, ESP32-S3-Touch-LCD-4.3B, ESP32-S3-Touch-LCD-5, ESP32-S3-Touch-LCD-5B, ESP32-S3-Touch-LCD-7, ESP32-P4-NANO |
61+
| [VIEWE](./docs/board/board_viewe.md) | UEDX24320024E-WB-A, UEDX24320028E-WB-A, UEDX24320035E-WB-A, UEDX32480035E-WB-A, UEDX48270043E-WB-A, UEDX48480040E-WB-A, UEDX80480043E-WB-A, UEDX80480050E-WB-A, UEDX80480070E-WB-A |
3462

35-
Below is the list of [Supported Development Boards](docs/Board_Instructions.md):
63+
📌 Click on the manufacturer name for detailed information.
3664

37-
| **Manufacturer** | **Board Model** |
38-
| ---------------- | --------------- |
39-
| [Espressif](docs/Board_Instructions.md#espressif) | ESP32-C3-LCDkit, ESP32-S3-BOX, ESP32-S3-BOX-3, ESP32-S3-BOX-3B, ESP32-S3-BOX-3(beta), ESP32-S3-BOX-Lite, ESP32-S3-EYE, ESP32-S3-Korvo-2, ESP32-S3-LCD-EV-Board, ESP32-S3-LCD-EV-Board-2, ESP32-S3-USB-OTG, ESP32-P4-Function-EV-Board |
40-
| [Elecrow](docs/Board_Instructions.md#elecrow) | CrowPanel 7.0" |
41-
| [M5Stack](docs/Board_Instructions.md#m5stack) | M5STACK-M5CORE2, M5STACK-M5DIAL, M5STACK-M5CORES3 |
42-
| [Jingcai](docs/Board_Instructions.md#shenzhen-jingcai-intelligent) | ESP32-4848S040C_I_Y_3 |
43-
| [Waveshare](docs/Board_Instructions.md#waveshare) | ESP32-S3-Touch-LCD-1.85, ESP32-S3-Touch-LCD-2.1, ESP32-S3-Touch-LCD-4.3, ESP32-S3-Touch-LCD-4.3B, ESP32-S3-Touch-LCD-5, ESP32-S3-Touch-LCD-5B, ESP32-S3-Touch-LCD-7, ESP32-P4-NANO |
44-
| [VIEWE](docs/Board_Instructions.md#viewe) | UEDX24320028E-WB-A-2.4, UEDX24320028E-WB-A-2.8, UEDX24320028E-WB-A-3.5-240x320, UEDX24320028E-WB-A-3.5-320x480, DX48480040E-WB-A, UEDX80480043E-WB-A-4.3-800x480, UEDX80480043E-WB-A-4.3-480x272, UEDX80480050E-WB-A, UEDX80480070E-WB-A|
65+
💡 Developers and manufacturers are welcome to submit PRs to contribute support for more boards.
4566

46-
Developers and manufacturers are welcome to contribute PRs to add more boards. For details, please refer to the [Board Contribution Guide](./docs/Board_Contribution_Guide.md).
67+
## Supported Controllers
4768

4869
### LCD Controllers
4970

50-
Below is the list of [Supported LCD Controllers](docs/LCD_Controllers.md):
71+
📋 Here is the list of LCD controllers supported by ESP32_Display_Panel:
5172

5273
| **Manufacturer** | **Model** |
53-
| ---------------- | --------- |
74+
| --------------- | --------- |
5475
| Fitipower | EK9716B, EK79007 |
5576
| GalaxyCore | GC9A01, GC9B71, GC9503 |
5677
| Ilitek | ILI9341, ILI9881C |
5778
| JADARD | JD9365 |
5879
| NewVision | NV3022B |
5980
| Sitronix | ST7262, ST7701, ST7789, ST7796, ST77916, ST77922 |
6081

82+
📌 For detailed information, please refer to [Supported LCD Controllers](./docs/drivers/lcd.md).
83+
6184
### Touch Controllers
6285

63-
Below is the list of [Supported Touch Controllers](docs/Touch_Controllers.md):
86+
📋 Here is the list of touch controllers supported by ESP32_Display_Panel:
6487

6588
| **Manufacturer** | **Model** |
66-
| ---------------- | --------- |
89+
| --------------- | --------- |
6790
| FocalTech | FT5x06 |
6891
| GOODiX | GT911, GT1151 |
6992
| Hynitron | CST816S |
7093
| Parade | TT21100 |
7194
| Sitronix | ST7123 |
7295
| Xptek | XPT2046 |
73-
|Chipsemicorp | CHSC6540 |
96+
| Chipsemicorp | CHSC6540 |
97+
98+
📌 For detailed information, please refer to [Supported Touch Controllers](./docs/drivers/touch.md).
7499

75100
## FAQ
76101

77-
Please refer to the documentation - [FAQ](./docs/FAQ.md).
102+
🔍 Here are common issues in different development environments:
103+
104+
### [Arduino IDE](./docs/envs/use_with_arduino.md#faq)
105+
106+
* [Where is the Arduino library directory?](./docs/envs/use_with_arduino.md#where-is-the-arduino-library-directory)
107+
* [Where are the arduino-esp32 installation directory and SDK directory?](./docs/envs/use_with_arduino.md#where-are-the-arduino-esp32-installation-directory-and-sdk-directory)
108+
* [How to install ESP32_Display_Panel in Arduino IDE?](./docs/envs/use_with_arduino.md#how-to-install-esp32_display_panel-in-arduino-ide)
109+
* [How to select and configure supported boards in Arduino IDE?](./docs/envs/use_with_arduino.md#how-to-select-and-configure-supported-boards-in-arduino-ide)
110+
* [How to use SquareLine exported UI source files in Arduino IDE?](./docs/envs/use_with_arduino.md#how-to-use-squareline-exported-ui-source-files-in-arduino-ide)
111+
* [How to debug when the screen doesn't light up using the library in Arduino IDE?](./docs/envs/use_with_arduino.md#how-to-debug-when-the-screen-doesnt-light-up-using-the-library-in-arduino-ide)
112+
* [Can't see log messages or messages are incomplete in Arduino IDE's Serial Monitor, how to fix?](./docs/envs/use_with_arduino.md#can-t-see-log-messages-or-messages-are-incomplete-in-arduino-ides-serial-monitor-how-to-fix)
113+
* [Solution for screen drift issue when using ESP32-S3 to drive RGB LCD in Arduino IDE](./docs/envs/use_with_arduino.md#solution-for-screen-drift-issue-when-using-esp32-s3-to-drive-rgb-lcd-in-arduino-ide)
114+
115+
### [ESP-IDF](./docs/envs/use_with_idf.md#faq)
116+
117+
* [Solution for screen drift issue when using ESP32-S3 to drive RGB LCD in ESP-IDF](./docs/envs/use_with_idf.md#solution-for-screen-drift-issue-when-using-esp32-s3-to-drive-rgb-lcd-in-esp-idf)

README_CN.md

Lines changed: 73 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,70 +8,110 @@
88

99
* [English Version](./README.md)
1010

11-
ESP32_Display_Panel 是专为 ESP SoCs 设计的用于驱动显示屏并实现快速 GUI 开发的库。用户不仅可以直接开发多款[内部支持的开发板](docs/Board_Instructions.md),还可以通过简单的适配来开发自定义的开发板。此外,ESP32_Display_Panel 还适配了多款 LCD 和触摸的驱动,用户也可以根据需要使用独立的驱动进行开发。
11+
## 概述
1212

13-
ESP32_Display_Panel 内部集成了多个[乐鑫组件库](https://components.espressif.com/)中显示屏相关的驱动组件,它可以直接从该组件库或从 Arduino IDE 中下载获取,因此用户可以基于 [Arduino](https://github.com/espressif/arduino-esp32) IDE 或 [ESP-IDF](https://github.com/espressif/esp-idf) 框架进行开发
13+
ESP32_Display_Panel 是 Espressif 专为 ESP32 系列 SoC(ESP32、ESP32-S3、ESP32-P4 等)设计的用于 **驱动屏幕****移植 GUI** 的库,它支持多种开发框架,包括 [ESP-IDF](https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-started/index.html)[Arduino](https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html)[Micropython](https://docs.micropython.org/en/v1.23.0/esp32/quickref.html)
1414

15-
## 概述
15+
该库集成了 Espressif 官方适配的大多数 [屏幕相关组件](https://components.espressif.com/components?q=esp_lcd),可用于驱动不同接口总线和型号的显示(触摸)屏。该库还提供了 `背光控制``IO 扩展` 等屏幕常用功能,并与 `显示``触摸` 整合组成完整的开发板屏幕驱动方案,开发者可以基于 [支持的开发板](#支持的开发板)`自定义开发板` 进行一站式的 GUI 应用开发。
1616

17-
ESP32_Display_Panel 的功能框图如下所示,主要包含以下特性
17+
ESP32_Display_Panel 的主要特性如下
1818

19-
- 支持多种 **Espressif** 官方及第三方开发板,包括 **M5Stack****Elecrow****Waveshare****VIEWE** 等。
20-
- 支持适配 **自定义的开发板**
21-
- 支持多种类型的设备驱动,包括 **接口总线****LCD****触摸****背光****IO 扩展**
22-
- 支持动态配置驱动,如开启调试 LOG 等。
23-
- 支持使用 **Arduino** IDE 或 **ESP-IDF** 框架进行编译。
19+
- 支持多种屏幕相关驱动,包括 `接口总线``LCD``触摸``背光``IO 扩展`
20+
- 支持多款 `Espressif` 官方及第三方带屏开发板,包括 `M5Stack``Elecrow``Waveshare``VIEWE`
21+
- 支持自定义开发板配置
22+
- 支持灵活调整驱动配置和参数
23+
- 支持 `ESP-IDF``Arduino``Micropython` 开发框架
24+
25+
功能框图如下:
2426

2527
<div align="center"><img src="docs/_static/block_diagram.png" alt ="块图" width="600"></div>
2628

29+
## 目录
30+
31+
- [ESP Display Panel](#esp-display-panel)
32+
- [概述](#概述)
33+
- [目录](#目录)
34+
- [如何使用](#如何使用)
35+
- [支持的开发板](#支持的开发板)
36+
- [支持的控制器](#支持的控制器)
37+
- [LCD 控制器](#lcd-控制器)
38+
- [触摸控制器](#触摸控制器)
39+
- [常见问题及解答](#常见问题及解答)
40+
- [Arduino IDE](#arduino-ide)
41+
- [ESP-IDF](#esp-idf)
42+
2743
## 如何使用
2844

29-
请参阅文档 - [如何使用](./docs/How_To_Use_CN.md)
45+
📖 以下是 ESP32_Display_Panel 在不同开发环境中的使用指南:
3046

31-
## 支持的开发板和驱动
47+
* [ESP-IDF](./docs/envs/use_with_idf_cn.md)
48+
* [Arduino IDE](./docs/envs/use_with_arduino_cn.md)
3249

33-
### 开发板
50+
## 支持的开发板
3451

35-
下面是支持的[开发板列表](docs/Board_Instructions.md)
52+
📋 以下是 ESP32_Display_Panel 支持的开发板列表
3653

37-
| **厂商** | **开发板型号** |
54+
| **制造商** | **型号** |
3855
| -------- | -------------- |
39-
| [Espressif](docs/Board_Instructions.md#espressif) | ESP32-C3-LCDkit, ESP32-S3-BOX, ESP32-S3-BOX-3, ESP32-S3-BOX-3B, ESP32-S3-BOX-3(beta), ESP32-S3-BOX-Lite, ESP32-S3-EYE, ESP32-S3-Korvo-2, ESP32-S3-LCD-EV-Board, ESP32-S3-LCD-EV-Board-2, ESP32-S3-USB-OTG, ESP32-P4-Function-EV-Board |
40-
| [M5Stack](docs/Board_Instructions.md#m5stack) | M5STACK-M5CORE2, M5STACK-M5DIAL, M5STACK-M5CORES3 |
41-
| [Elecrow](docs/Board_Instructions.md#elecrow) | CrowPanel 7.0" |
42-
| [Jingcai](docs/Board_Instructions.md#shenzhen-jingcai-intelligent) | ESP32-4848S040C_I_Y_3 |
43-
| [Waveshare](docs/Board_Instructions.md#waveshare) | ESP32-S3-Touch-LCD-1.85, ESP32-S3-Touch-LCD-2.1, ESP32-S3-Touch-LCD-4.3, ESP32-S3-Touch-LCD-4.3B, ESP32-S3-Touch-LCD-5, ESP32-S3-Touch-LCD-5B, ESP32-S3-Touch-LCD-7, ESP32-P4-NANO |
44-
| [VIEWE](docs/Board_Instructions.md#viewe) | UEDX24320028E-WB-A-2.4, UEDX24320028E-WB-A-2.8, UEDX24320028E-WB-A-3.5-240x320, UEDX24320028E-WB-A-3.5-320x480, DX48480040E-WB-A, UEDX80480043E-WB-A-4.3-800x480, UEDX80480043E-WB-A-4.3-480x272, UEDX80480050E-WB-A, UEDX80480070E-WB-A|
56+
| [Espressif](./docs/board/board_espressif.md) | ESP32-C3-LCDkit、ESP32-S3-BOX、ESP32-S3-BOX-3、ESP32-S3-BOX-3B、ESP32-S3-BOX-3(beta)、ESP32-S3-BOX-Lite、ESP32-S3-EYE、ESP32-S3-Korvo-2、ESP32-S3-LCD-EV-Board、ESP32-S3-LCD-EV-Board-2、ESP32-S3-USB-OTG、ESP32-P4-Function-EV-Board |
57+
| [M5Stack](./docs/board/board_m5stack.md) | M5STACK-M5CORE2、M5STACK-M5DIAL、M5STACK-M5CORES3 |
58+
| [Elecrow](./docs/board/board_elecrow.md) | CrowPanel 7.0" |
59+
| [Jingcai](./docs/board/board_jingcai.md) | ESP32-4848S040C_I_Y_3 |
60+
| [Waveshare](./docs/board/board_waveshare.md) | ESP32-S3-Touch-LCD-1.85、ESP32-S3-Touch-LCD-2.1、ESP32-S3-Touch-LCD-4.3、ESP32-S3-Touch-LCD-4.3B、ESP32-S3-Touch-LCD-5、ESP32-S3-Touch-LCD-5B、ESP32-S3-Touch-LCD-7、ESP32-P4-NANO |
61+
| [VIEWE](./docs/board/board_viewe.md) | UEDX24320024E-WB-A、UEDX24320028E-WB-A、UEDX24320035E-WB-A、UEDX32480035E-WB-A、UEDX48270043E-WB-A、UEDX48480040E-WB-A、UEDX80480043E-WB-A、UEDX80480050E-WB-A、UEDX80480070E-WB-A |
62+
63+
📌 详细说明请点击制造商名称查看。
64+
65+
💡 欢迎开发者和制造商提交 PR 来贡献更多开发板支持。
4566

46-
欢迎开发者和厂商贡献 PR 来添加更多的开发板,详细说明请参考 [`开发板贡献指南`](./docs/Board_Contribution_Guide_CN.md)
67+
## 支持的控制器
4768

4869
### LCD 控制器
4970

50-
下面是支持的 [LCD 控制器列表](docs/LCD_Controllers.md)
71+
📋 以下是 ESP32_Display_Panel 支持的 LCD 控制器列表:
5172

52-
| **厂商** | **型号** |
73+
| **制造商** | **型号** |
5374
| -------- | -------- |
54-
| Fitipower | EK9716B, EK79007 |
55-
| GalaxyCore | GC9A01, GC9B71, GC9503 |
56-
| Ilitek | ILI9341, ILI9881C |
75+
| Fitipower | EK9716BEK79007 |
76+
| GalaxyCore | GC9A01GC9B71GC9503 |
77+
| Ilitek | ILI9341ILI9881C |
5778
| JADARD | JD9365 |
5879
| NewVision | NV3022B |
59-
| Sitronix | ST7262, ST7701, ST7789, ST7796, ST77916, ST77922 |
80+
| Sitronix | ST7262、ST7701、ST7789、ST7796、ST77916、ST77922 |
81+
82+
📌 详细说明请参阅 [支持的 LCD 控制器](./docs/drivers/lcd.md)
6083

6184
### 触摸控制器
6285

63-
下面是支持的 [触摸控制器列表](docs/Touch_Controllers.md)
86+
📋 以下是 ESP32_Display_Panel 支持的触摸控制器列表
6487

65-
| **厂商** | **型号** |
88+
| **制造商** | **型号** |
6689
| -------- | -------- |
6790
| FocalTech | FT5x06 |
68-
| GOODiX | GT911, GT1151 |
91+
| GOODiX | GT911GT1151 |
6992
| Hynitron | CST816S |
7093
| Parade | TT21100 |
7194
| Sitronix | ST7123 |
7295
| Xptek | XPT2046 |
73-
|Chipsemicorp | CHSC6540 |
96+
| Chipsemicorp | CHSC6540 |
97+
98+
📌 详细说明请参阅 [支持的触摸控制器](./docs/drivers/touch.md)
99+
100+
## 常见问题及解答
101+
102+
🔍 下面列举了在不同开发环境中常见的问题:
103+
104+
### [Arduino IDE](./docs/envs/use_with_arduino_cn.md#常见问题及解答)
105+
106+
* [Arduino 库的目录在哪儿?](./docs/envs/use_with_arduino_cn.md#arduino-库的目录在哪儿)
107+
* [arduino-eps32 的安装目录以及 SDK 的目录在哪儿?](./docs/envs/use_with_arduino_cn.md#arduino-eps32-的安装目录以及-sdk-的目录在哪儿)
108+
* [如何在 Arduino IDE 中安装 ESP32_Display_Panel?](./docs/envs/use_with_arduino_cn.md#如何在-arduino-ide-中安装-esp32_display_panel)
109+
* [如何在 Arduino IDE 中选择和配置支持的开发板?](./docs/envs/use_with_arduino_cn.md#如何在-arduino-ide-中选择和配置支持的开发板)
110+
* [如何在 Arduino IDE 中使用 SquareLine 导出的 UI 源文件?](./docs/envs/use_with_arduino_cn.md#如何在-arduino-ide-中使用-squareline-导出的-ui-源文件)
111+
* [在 Arduino IDE 中使用库点不亮屏幕,如何调试?](./docs/envs/use_with_arduino_cn.md#在-arduino-ide-中使用库点不亮屏幕,如何调试)
112+
* [在 Arduino IDE 中打开串口调试器看不到日志信息或日志信息显示不全,如何解决?](./docs/envs/use_with_arduino_cn.md#在-arduino-ide-中打开串口调试器看不到日志信息或日志信息显示不全如何解决)
113+
* [在 Arduino IDE 中使用 ESP32-S3 驱动 RGB LCD 时出现画面漂移问题的解决方案](./docs/envs/use_with_arduino_cn.md#在-arduino-ide-中使用-esp32-s3-驱动-rgb-lcd-时出现画面漂移问题的解决方案)
74114

75-
## 常见问题解答
115+
### [ESP-IDF](./docs/envs/use_with_idf_cn.md#常见问题及解答)
76116

77-
请参阅文档 - [常见问题解答](./docs/FAQ_CN.md)
117+
* [在 ESP-IDF 中使用 ESP32-S3 驱动 RGB LCD 时出现画面漂移问题的解决方案](./docs/envs/use_with_idf_cn.md#在-esp-idf-中使用-esp32-s3-驱动-rgb-lcd-时出现画面漂移问题的解决方案)

0 commit comments

Comments
 (0)