ER-TFT035IPS-6 Init problem using ESP32-S3 #3816
blankenshipbotron
started this conversation in
Compatible displays and setup files
Replies: 1 comment
-
|
Its working now with one line please refer to this post #3752 |
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.
-
Hello everyone,
I'm hoping to get some help with a persistent issue I'm facing with a new display project. I am getting a Guru Meditation Error (StoreProhibited) when trying to initialize an ILI9488 display with an ESP32-S3.
My Goal: To get a 3.5" 320x480 TFT display (Model: ER-TFT035IPS-6) working with an ESP32-S3-DevKitC-1 using the TFT_eSPI library.
I have the TFT attached to a 50 pin FFC connector, and I have IM0 IM1 and IM2 attached to 3.3V to set for 4wire 8 bit SPI. As of
now Im not using backlight, I just want to see if I can get it to init
The Problem: When I run my minimal initialization sketch, the ESP32 crashes and enters a reboot loop. The serial monitor shows the following Guru Meditation Error:
Here is the contents of my User_Setup
Here is the simple code Im using :
Thanks for any help you can provide
mike
Beta Was this translation helpful? Give feedback.
All reactions