Looking at the schematics it seems like we’re using standard 3-wire SPI to send data to the display. This is a very large panel, is there a way we can communicate to the display using SDIO instead?
Seems to me we could combine the 2 separate SPI buses and maintain separate CS lines. The firmware would have to switch the peripherals on-demand but this should reduce the data transmission time by a lot.
Thanks!