How small is this world! jejeje. I found a couple of those MSGEQ7 chips in DIP8 format. After reviewing many assemblies on the net, I found the most suitable circuit, consider 3 smd 104 capacitors, one of 33 pF, a 200K...
I found this repository with an adaptation of the ILI9341 library to handle the GC9A01 driver. Try using it on your screen:
https://github.com/PaintYourDragon/Adafruit_GC9A01A
Maybe if you change SPI_MODE3 to SPI_MODE0 in the DEV_Config.ccp file
To fine-tune the speed of the SPI port, consider using the SPI.beginTransaction statement, after SPI.begin()
For example:...