Skip to content

Commit 718e034

Browse files
committed
update readme
1 parent 10eb6a5 commit 718e034

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ The block diagram of ESP32_Display_Panel is shown in the figure below, it primar
1818

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

21-
## Dependencies Version
22-
23-
| **Name** | **Version** |
24-
| ------------------------------------------------------------------------ | ----------- |
25-
| ESP32_Display_Panel | v0.x.x |
26-
| [ESP32_IO_Expander](https://github.com/esp-arduino-libs/esp-io-expander) | >= v0.0.1 |
27-
| [arduino-esp32](https://github.com/espressif/arduino-esp32) | >= v2.0.9 |
28-
2921
## Supported Boards & Drivers
3022

3123
### Espressif Development Boards
@@ -73,6 +65,14 @@ The block diagram of ESP32_Display_Panel is shown in the figure below, it primar
7365
| [TT21100](https://components.espressif.com/components/espressif/esp_lcd_touch_tt21100) | 1.0.7~1 |
7466
| [STMPE610](https://components.espressif.com/components/espressif/esp_lcd_touch_stmpe610) | 1.0.6 |
7567

68+
## Dependencies Version
69+
70+
| **Name** | **Version** |
71+
| -------------------------------------------------------------------------- | ----------- |
72+
| ESP32_Display_Panel | v0.x.x |
73+
| [ESP32_IO_Expander](https://github.com/esp-arduino-libs/ESP32_IO_Expander) | >= v0.0.1 |
74+
| [arduino-esp32](https://github.com/espressif/arduino-esp32) | >= v2.0.9 |
75+
7676
## How to Use
7777

7878
For information on how to use the library in the Arduino IDE, please refer to the documentation for [Arduino IDE v1.x.x](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) or [Arduino IDE v2.x.x](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library).

README_CN.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ ESP32_Display_Panel 的功能框图如下所示,主要包含了以下功能:
1818

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

21-
## 依赖项版本
22-
23-
| **名称** | **版本** |
24-
| ------------------------------------------------------------------------ | --------- |
25-
| ESP32_Display_Panel | v0.x.x |
26-
| [ESP32_IO_Expander](https://github.com/esp-arduino-libs/esp-io-expander) | >= v0.0.1 |
27-
| [arduino-esp32](https://github.com/espressif/arduino-esp32) | >= v2.0.9 |
28-
2921
## 支持的开发板和驱动
3022

3123
### 乐鑫开发板
@@ -73,6 +65,14 @@ ESP32_Display_Panel 的功能框图如下所示,主要包含了以下功能:
7365
| [TT21100](https://components.espressif.com/components/espressif/esp_lcd_touch_tt21100) | 1.0.7~1 |
7466
| [STMPE610](https://components.espressif.com/components/espressif/esp_lcd_touch_stmpe610) | 1.0.6 |
7567

68+
## 依赖项版本
69+
70+
| **名称** | **版本** |
71+
| -------------------------------------------------------------------------- | --------- |
72+
| ESP32_Display_Panel | v0.x.x |
73+
| [ESP32_IO_Expander](https://github.com/esp-arduino-libs/ESP32_IO_Expander) | >= v0.0.1 |
74+
| [arduino-esp32](https://github.com/espressif/arduino-esp32) | >= v2.0.9 |
75+
7676
## 如何使用
7777

7878
关于如何在 Arduino IDE 中使用库,请参阅 [Arduino IDE v1.x.x](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries) 或者 [Arduino IDE v2.x.x](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library) 的文档。

0 commit comments

Comments
 (0)