[nrf52832] GC9A01 LCD output too slow

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.

Parents
  • Hello,

    The nRF52832 support up to 8MHz on the SPIM, while the nRF52840 and nRF52833 support 32MHz.

    I suggestr to get an nRF52840-DK and try for comparison. If it's smooth there, then you know what the problem is.

    If you have a logic analyser trace of the SPI communication we can take a look at whether it looks okey (for instance to see if there are any delay's).

    Best regards,
    Kenneth

Reply
  • Hello,

    The nRF52832 support up to 8MHz on the SPIM, while the nRF52840 and nRF52833 support 32MHz.

    I suggestr to get an nRF52840-DK and try for comparison. If it's smooth there, then you know what the problem is.

    If you have a logic analyser trace of the SPI communication we can take a look at whether it looks okey (for instance to see if there are any delay's).

    Best regards,
    Kenneth

Children
Related