Does NRF5340 have an example code for QSPI driving uLED display peripherals ?

Hi Nrodic,

Does NRF5340 have an example code for QSPI driving uLED display peripherals (for example, I need to drive this display chip: JBD013VGA, As per the attached datashell)? I found similar code (v2.3.0/zephyr/drivers/flash/nrf_qspi_nor. c), but there are no examples related to driver display peripherals. I have just come into contact with this platform, although it helps with documentation( developer.nordicsemi.com/.../driver.html )I have clearly introduced the API usage specifications, but I still hope to have a similar reference code so that I can import it better.

We look forward to your reply.

Thank you very much.JBD013VGA 4010 Datasheet_V2.21c_for_jg(1).pdf

Parents Reply
  • Its not certain that you can't use the QSPI peripherial, but it did surprise me that such a thing is possible - even though a graphic LCD is kind of accessed similar-ish to memory chips.

    That is also why I recommended to read the PS - you will need to compare the PS to the LCD datasheet in order to check if the two can talk to each other properly. Look at the instruction set.

    Note that I am not a nordic semi emplolyee, and reading random datasheets will usually trigger my hourly rate.

Children
Related