I am currently driving a ST7789 SPI LCD, with a resolution of 320X240X16bit. It takes about 30ms to refresh a screen with spi, so the SPI speed is only 40Mhz.
I modified the code according to the example of “boards\evkbimxrt1050\driver_examples\flexio\spi\edma_lpspi_transfer\master”

I changed MASTER_FLEXIO_SPI_CLOCK_PRE_DIVIDER to 1 MASTER_FLEXIO_SPI_CLOCK_DIVIDER also changed to 1
MASTER_FLEXIO_SPI_CLOCK_FREQUENCY is now 120X1000X1000hz
I also tried to make this MASTER_FLEXIO_SPI_CLOCK_FREQUENCY bigger, but it didn’t work.
The baudRate_Bps of flexio_spi_master_config_t can’t break through the speed of 40Mhz. No matter what value I change it to.
I have tested this LCD on the ESP32-S3, and it can run stably at 80MHz. The refresh rate can reach up to 60fps.