After going through the SDK i came across the ST7735 LCD screen example.
On the SDK Page it says example uses the ILI9341 controller, But we can also configure it to use the ST7735 controller. After looking into sdk_config.h it is already enabled as:
// <e> ST7735_ENABLED - st7735 - ST7735R TFT controller
//==========================================================
#ifndef ST7735_ENABLED
#define ST7735_ENABLED 1
#endif
Do i need configure it some where else other than this?
Also wiring is not very clear, can some one point me how wire it with nRF52-DK with ST7735.