Hey, I wired up my gc9a01 LCD bare panel to my esp32-S3-Mini-1u following the attached schematic. the ribbon cable of the gc9a01 is very well soldered to my board. Unfortunately, the display is not working with white lines down it. Although it could be a bad display, it would be very helpful if someone can see something up with my schematic. I am using tft_Espi with my custom pins put in the 70h user setup for esp32s3 and gc9a01.
does my schematic around the gc9a01 look wrong?
is it an issue with the esp32_s3-mini-1u pins i am using?
I thought you were using the GC9A01 display. If so, where is your library? I would search library manager. This is what you will see, pick the Adafruit.
I am using the TFT_eSPI graphics library, not Adafruit.
The TFT_eSPI graphics library can be used for many different displays. You specify the display in the user setup file for the library, as well as which pins it is on. Looks like a attached the wrong user setup file, fixed now.
TFT_eSPI allows you to set which pins your display is on a little easier than adafruit gc9a01. It is also generally a better library that is a bit faster for graphics. That aside, I am doubtful that it is an issue with my code, as there has been plenty of success with gc9a01 modules and tft_Espi on esp32-s3-mini.