This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ST7735S-nRF Connect SDK: nRF82540 interfaces with the ST7735S LCD by using nRF Connect SDK

Hi nRF support team,

I am evaluating ST7735 LCD with the nRF82540 development kit. For your information, I am able to set-up the nRF Connect SDK environment on nRF82540 development kit and able to test sample programs.

When I am trying to integrate the ST7735 LCD module, I did not found any configuration or source code of st7735 in nRF Connect SDK.

Can you please provide the ST7735S interfacing instructions with nRF Connect SDK on nRF82540 development kit?

For your information, I have checked nRF5 SDK interfaces with st7735, but we want st7735 interfacing instructions with nRF Connect SDK only as already we have integrated some modules with this SDK.

Regards,

Kalyan

Parents Reply Children
  • Hi Håkon and Kalyan,

    I am currently working on a similar project using the nRF7002 DK (nRF5340 host) with the ST7735S display module.

    As a beginner with the nRF Connect SDK (NCS), I am struggling to find a working sample or relevant source code specifically for the ST7735 series. While I noticed that Zephyr now includes a sitronix,st7735r compatible driver, I am unsure how to properly configure the Devicetree overlay and prj.conf for the nRF7002 DK's specific pinout.

    Since the nRF7002 DK runs at 1.8V, I am also concerned about the hardware interface logic levels for this LCD.

    Could you provide a basic "Hello World" style sample or a snippet of a .overlay file that maps this display to the DK’s Arduino headers? Any guidance on which specific Kconfig symbols are required to initialize the Sitronix driver in the latest NCS version would be greatly appreciated.

    Best regards,

    Nithilan Saravanan

Related