- 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.
推薦閱讀
- 基于Proteus和Keil的C51程序設(shè)計(jì)項(xiàng)目教程(第2版):理論、仿真、實(shí)踐相融合
- 單片機(jī)原理及應(yīng)用系統(tǒng)設(shè)計(jì)
- micro:bit魔法修煉之Mpython初體驗(yàn)
- 基于Apache Kylin構(gòu)建大數(shù)據(jù)分析平臺
- 無蘋果不生活:OS X Mountain Lion 隨身寶典
- Hands-On Deep Learning for Images with TensorFlow
- FPGA實(shí)戰(zhàn)訓(xùn)練精粹
- Instant Website Touch Integration
- 嵌入式系統(tǒng)設(shè)計(jì)大學(xué)教程(第2版)
- Corona SDK Mobile Game Development:Beginner's Guide
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程(Windows 7+Office 2010)
- 施耐德M241/251可編程序控制器應(yīng)用技術(shù)
- 計(jì)算機(jī)組裝與維護(hù)教程
- Hands-On Markov Models with Python
- CPU設(shè)計(jì)實(shí)戰(zhàn):LoongArch版