master
lewisxhe 2025-02-20 16:56:20 +08:00
rodzic 0ea2227425
commit 6f89cddcde
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -5,9 +5,10 @@
1. **Install USB driver**, [CHxxx Series MAC driver](http://www.wch-ic.com/downloads/CH34XSER_MAC_ZIP.html) , [CHxxx Series Windows driver](http://www.wch-ic.com/downloads/CH343SER_ZIP.html),[CP21xx Series driver](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads)
2. Copy **TFT_eSPI** to the **<C:\Users\Your User Name\Documents\Arduino\libraries>** directory
3. Open **Arduino IDE,** find **TFT_eSPI** in the file and example, the **T-Display** factory test program is located at **TFT_eSPI -> FactoryTest**, you can also use other sample programs provided by TFT_eSPI
3 In the **Arduino IDE** tool options, select the development board **ESP32 Dev Module**, **select Disable in the PSRAM option**, **select 4MB in the Flash Size option**, Other keep the default
1. Select the corresponding serial port. If you are not sure, please remove all the serial ports, leaving the board in the USB connection state, just select that one
2. Finally, click upload, the right arrow next to the tick
4. In the **Arduino IDE** tool options, select the development board **ESP32 Dev Module**, **select Disable in the PSRAM option**, **select 4MB in the Flash Size option**, Other keep the default
5. Select the corresponding serial port. If you are not sure, please remove all the serial ports, leaving the board in the USB connection state, just select that one
6. Finally, click upload, the right arrow next to the tick
7. Please note that the highest version currently supported by TFT_eSPI is 2.0.14. Compiling with a version higher than 2.0.14 will result in an error. Please pay attention to the selection of esp32 version. `Tools -> Board -> Boards Manage -> Search esp32 -> 2.0.14 -> Install`
-------------------------
1. **安装 USB 驱动**, [CHxxx Series MAC driver](http://www.wch-ic.com/downloads/CH34XSER_MAC_ZIP.html) , [CHxxx Series Windows driver](http://www.wch-ic.com/downloads/CH343SER_ZIP.html), [CP21xx Series driver](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads)
@ -16,6 +17,7 @@
4. 在**Arduino IDE** 工具选项中 开发板选择 **ESP32 Dev Module**,**在PSRAM选项中选择Disable** **Flash Size 选项中选择4MB** ,其它保持默认
5. 选择对应的串行端口如果不清楚请移除所有串行端口之保留板子处于USB连接状态选择那一个即可
6. 最后可点击上传即可,勾号旁边的向右箭头
7. 请注意TFT_eSPI 目前支持最高版本为2.0.14 ,高于 2.0.14 编译则会报错请注意esp32 版本的选择:`Tools -> Board -> Boards Manage ->Search esp32 -> 2.0.14 -> Install`
-------------------------
## SD card connection