ili9341_to_esp32_wiring
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ili9341_to_esp32_wiring [2023/11/23 08:45] – 192.168.1.71 | ili9341_to_esp32_wiring [2023/11/24 07:02] (current) – 192.168.1.71 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | The SPI pins, MOSI, MISO, and SCK, are shared between the display | + | ===== ili9341 LCD to ESP32 wiring ===== |
+ | Writeup | ||
+ | URL: https:// | ||
- | These may not be optimum wiring, but I've tested them.// | + | The SPI pins, MOSI, MISO, and SCK, are shared between the display and the touchscreen (and SD card reader). TOUCH_IRQ is optional. If you don't wire it, make sure you comment out touchscreen.interrupt_pin.\\ |
- | LCD to ESP32 (30 pin or d1 mini) wiring:// | + | The SD card pins are not connected.\\ |
- | ^Display^ESP32 ^ | + | These may not be optimum wiring, but I've tested them.\\ |
- | |SCK/CLK | 18 | | + | |
- | |MISO/ | + | |
- | MOSI/ | + | This is the ILI9341 connector pinout:\\ |
- | DISP_CS | + | |
- | DISP_LED | + | |
- | TOUCH_CS | + | ^Pin ^ Function ^ |
- | DISP_DC | + | |1 |Vcc | |
- | DISP_RESET | + | |2 |Gnd | |
- | TOUCH_IRQ 21 | + | |3 |CS | |
- | VCC to 3V3 | + | |4 |Reset | |
- | GND to GND | + | |5 |Dc | |
+ | |6 |MOSI (LCD) | | ||
+ | |7 |SCK (LCD) | | ||
+ | |8 |LED | | ||
+ | |9 |MISO (LCD) | | ||
+ | |10 |T_Clk | | ||
+ | |11 |T_CS | | ||
+ | |12 |T_DIN | | ||
+ | |13 |T_DO | | ||
+ | |14 |T_IRQ | | ||
+ | |||
+ | LCD to ESP32 (30 pin or d1 mini) wiring:\\ | ||
+ | |||
+ | ^ Display ^ ESP32 ^ | ||
+ | | SCK/CLK | 18 | | ||
+ | | MISO/DO/SDO | 19| | ||
+ | | MOSI/ | ||
+ | | DISP_CS | ||
+ | | DISP_LED | ||
+ | | TOUCH_CS | ||
+ | | DISP_DC | ||
+ | | DISP_RESET | ||
+ | | TOUCH_IRQ | ||
+ | | VCC | 3V3| | ||
+ | | GND | GND| | ||
+ | |||
+ | |||
+ | {{:: | ||
+ | |||
+ | {{:: |
ili9341_to_esp32_wiring.1700747139.txt.gz · Last modified: 2023/11/23 08:45 by 192.168.1.71