- Internet of Things Projects with ESP32
- Agus Kurniawan
- 131字
- 2021-06-24 16:02:55
Hardware wiring
If you have the ESP-WROVER-KIT board, you don't need an additional LCD to perform hardware wiring. Otherwise, if you use another LCD module, you can connect the LCD module to the ESP32 board via ESP32 SPI pins. You can see this wiring based on the ESP-WROVER-KIT board datasheet document in Figure 2-7:

The datasheet can be viewed here:

Figure 2-7: Wiring for the LCD module on ESP32
The following is wiring for the ESP32 and LCD module:
- LCD VCC to ESP32 VCC
- LCD GND to ESP32 3.3V
- LCD SCL to ESP32 SPI CLK (IO19)
- LCD SDA to ESP32 MOSI (IO23)
- LCD SDO to ESP32 MISO (IO25)
- LCD CS to ESP32 CS (IO22)
- LCD D/C to ESP32 D/CX (IO21)
Next, we will create a project.
推薦閱讀
- Arduino入門基礎教程
- 筆記本電腦使用、維護與故障排除實戰
- 嵌入式技術基礎與實踐(第5版)
- 基于ARM的嵌入式系統和物聯網開發
- 計算機維修與維護技術速成
- Svelte 3 Up and Running
- Hands-On Machine Learning with C#
- Large Scale Machine Learning with Python
- OUYA Game Development by Example
- Hands-On Artificial Intelligence for Banking
- 深入理解序列化與反序列化
- 單片機原理及應用:基于C51+Proteus仿真
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 單片機原理及應用
- USB應用開發寶典