3.5" Rpi display ILI9486 with esp32 #3682
SuperCandie
started this conversation in
Compatible displays and setup files
Replies: 1 comment
-
Found the issue. This display requires both 3v3 and 5v supply. Connect both and it works. Only change in the wiring was that RST connected to Vcc/3v3 made the display work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am trying to hookup the 3.5" rpi display http://www.lcdwiki.com/3.5inch_RPi_Display which has an ILI9486 driver and XPT2046 touch controller with Esp32 dev module (2.0.6 version) with Arduino ide 2.3.4 using SPI setup. I have made the wiring based on the pinout given for the display and made the changes in the



User_Setup_select.h
andSetup11_RPi_touch_ILI9486.h
. Pinouts are: MISO - 19, MOSI - 23, SCLK - 18, TFT_CS - 5, TFT_DC - 2, TFT_RST - 4, TOUCH_CS - 22, connected these based on the default spi pins of my esp32. I have commented#include <User_Setup.h>
inUser_setup_select.h
and uncommented#include <User_Setups/Setup11_RPi_touch_ILI9486.h>
. Even after making the changes in the setup files based on my pin connections, all I get is just a blank white screen because of the power up. I tried to upload the test codes for touch and changing colours given along with the Tft_espi library. The touch works and I am getting values but the display remains white. Please help me out with this.Beta Was this translation helpful? Give feedback.
All reactions