Good morning everyone,
I have this strange problem.
I’m using PlatformIO with STM32F103RET6 and the Arduino framework, and I need to get the GC9A01 display to work.
My display has always worked, but unfortunately, I had to change my laptop. After installing everything on the new computer, the sketch works except for the display!
I tried loading the old compiled .hex sketches with STM32 ST-LINK Utility, and in that case, the display works again, but if I upload from PlatformIO, it doesn’t work.
I’ve checked all the connections, and everything is correct. I also tried using the example files from the TFT_eSPI library, but the display still doesn’t work. I just don’t understand.
You can find the entire test sketch here:
Here are the screenshots of the schematic.
I think the problem is with PlatformIO’s compilation, but I just don’t understand what’s wrong!
P.S. I’ve tried installing everything on a desktop PC, and I’m having the same issue.
Can anyone help me?
Thank you!