White Screen ESP 32 Dev Kit 1 + ILI9341 #950
Replies: 19 comments 12 replies
-
This is a suitable setup based on your pin selection:
Exactly how have you connected it up, list all connections (which pin to which pin)? |
Beta Was this translation helpful? Give feedback.
-
The tutorial looks OK. This will output the settings picked up by the compiler to the Serial Monitor window, and you can check these are correct. Post the output here if you are not sure. |
Beta Was this translation helpful? Give feedback.
-
this is log Read_User_Setup, I think it same with my setting
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This is a copy of my setup file:
|
Beta Was this translation helpful? Give feedback.
-
This is my setup
This is my wiring but still same blank |
Beta Was this translation helpful? Give feedback.
-
Remove the esp32 module from the baseboard, wire TFT direct to pins of esp32 module. Power the esp32 module from USB only. I suspect the baseboard is affecting operation, so provide a web link and schematic of the KelasRobot base board. |
Beta Was this translation helpful? Give feedback.
-
Are you sure the 3V3 pins on the baseboard are supplying power? |
Beta Was this translation helpful? Give feedback.
-
It may not be sourcing power unless the board is supplied via 7 to 12V via the DC round plug... |
Beta Was this translation helpful? Give feedback.
-
sorry i am new microcontroller. thanks a lot for answering my question, the pin in VCC and led it must in single pin 3v ? or can be different 1 for VCC pin and 1 for LED pin? because I see in a tutorial it 1 pin for VCC and led pin |
Beta Was this translation helpful? Give feedback.
-
It can be different. I think maybe the base board supply is NOT active unless it has the DC 7V-12V connected. That is why I asked for a web link to the vendors base board page. Remove the ESP32 and wire direct to the ESP32 like I have. It is always best to start with a minimal complexity system. |
Beta Was this translation helpful? Give feedback.
-
i was trying using adapter 12v 2a but is not work, If my lcd is broken why it just blank? You can suggest how to detect if it broken? |
Beta Was this translation helpful? Give feedback.
-
You can try to see if the TFT registers can be read, use this sketch and look at the Serial Monitor output:
This is my output:
|
Beta Was this translation helpful? Give feedback.
-
this is my log, what you think?
|
Beta Was this translation helpful? Give feedback.
-
Those results indicate there is no communication happening with the display chip for some reason. Since the TFT_eSPI library is not used for the test this indicates that the library will not be able to talk to the chip either. This might not work but try it: The displays are fitted with a regulator (U1 on PCB) which is designed to accept 5V input and output 3.3V to the display. These are normally "Low Drop Out" (LDO) which means that if you connect 3.3V to them they still output about 3.0V and this is sufficient for the display chip. Your board may be fitted with a regulator that has a higher voltage loss, so it is worth trying to power the display from 5V connected to the VCC pin. The other option is to bypass the regulator U1 by soldering a link (or adding a big blob of solder) to short across J1 pads. This then links VCC direct to the TFT chip and thus VCC must only be 3.3V (5V with that link will damage the chip). I have many displays and rarely have a faulty one. The faulty one had a cracked screen. It could be that the TFt has a competely different controller fitted but I would expect to see some values being returned by the simple test sketch. It may be the display chip has been blown by accidental connections during testing and debugging, but I have found they are quite robust to moderate abuse. Lastly it could be that your wires are faulty, you can get bad crimps in those link wire connectors and so there is not connection even though it is physically fitted to the pins. |
Beta Was this translation helpful? Give feedback.
-
Sorry to trouble you, this is file given by the seller hope you can help me to solve this problem
|
Beta Was this translation helpful? Give feedback.
-
Yay, ay last! A duff screen is quite unusual. You were unlucky. |
Beta Was this translation helpful? Give feedback.
-
Nice job,
I am using this library with esp32 + ILI9341 2.4 inch i was configure User_Setup like this, using the example but display still white screen
Link Lcd
https://shopee.co.id/product/129766956/2564805341?smtt=0.1066989-1611331272.9
Beta Was this translation helpful? Give feedback.
All reactions