Connect ST7789 TFT display with nrf52832 controller

Hello I am using ST7789 display 

I test this display with arduino and its working fine.

Now in our product we used nrf52832 controller so how we integrate with our display.

Can you please help me for the supported library and code?

Parents Reply Children
  • Hi, 

    If you don't want to use Zephyr I would rather try to find a driver made for the nRF5 SKD then try to port this. And you don't have to use this driver if you have another for Zephyr, that is up to you

    Regards

    Runar

  • Thanks for the information!!

    So if you have any other driver rather than zephyr? 

  • We are not the manufacturer of the display so we don't have any official driver for it. So my recommendation would be to check with the manufacturer. I found this thread from some years back when a customer used if with nRF5 SDK, however I don't know how big the effort would be to port the driver for Zephyr. 

    It is also worth noting our statement regarding nrf5 vs NCS incase you are considering nRF5 SDK 

    When to use the nRF5 SDK?

    1. For nRF51 Series (Use nRF5 SDK v12.3.0 for nRF51 Series).
    2. Your nRF52-based device is already based on the nRF5 SDK and you do not plan to support any Bluetooth LE features beyond version 5.

    Is the nRF5 SDK deprecated?

    No. The nRF5 SDK is not deprecated and it will be maintained for the foreseeable future, however, nRF5 SDK will not support new features beyond Bluetooth LE 5.

    When to use the nRF Connect SDK?

    1. For all new designs.
    2. For the nRF91 Series and nRF53 Series devices.
    3. For nRF52 Series devices that require Bluetooth LE features beyond version 5.

    Regards

    Runar

Related