HI
I am developing an LCD using the GC9A01 module.
I implemented it by referring to the code as below and it works fine.
https://github.com/Exboom/GC9A01_nRF52
But the LCD screen is too slow. The screen is not displayed at once, but is output step by step.
Is there any way to speed it up?
Looking for data, it says to use QSPI or raise SPIM frequency, but it is nrf52532, so I can not use it all.
Please confirm.