ST7789 TFT display configuration with nRF52832

Hello,

I am trying to configuration of a TFT display (ST7789) with the nRF52832 using nRF SDK v17.0.1. I have been facing difficulties in turning on the display and  I have already attempted the configuration using the available resources from https://github.com/wilmsn/Arduino-ST7789-Library/tree/master but i an not able to on display.

So can you give reference library or example for same or can you guide us to configure display.

Parents
  • Hi, 

    nRF SDK is not recommend for new design, please see our statement regarding NCS and nRF sdk  nRF Connect SDK and nRF5 SDK statement 

    "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."

    One of your colleagues also have a post regarding the same display here where I linked to the zephyr driver for the ST7789 display. We don't have any official drivers for the display, but this tread from a few years back might help you Controlling ST7789 LCD with NRF52 DK 

    Regards

    Runar

Reply
  • Hi, 

    nRF SDK is not recommend for new design, please see our statement regarding NCS and nRF sdk  nRF Connect SDK and nRF5 SDK statement 

    "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."

    One of your colleagues also have a post regarding the same display here where I linked to the zephyr driver for the ST7789 display. We don't have any official drivers for the display, but this tread from a few years back might help you Controlling ST7789 LCD with NRF52 DK 

    Regards

    Runar

Children
Related