Hi,
Pin definitions in gfx project in sdk
#define ST7735_SCK_PIN 47
#define ST7735_MISO_PIN 46
#define ST7735_MOSI_PIN 45
#define ST7735_SS_PIN 44
#define ST7735_DC_PIN 42
#define ST7735_IRQ_PRIORITY 3
(SCL , SDA,RES,CS,BLK)The pins in the module are matched with which pins in the project.
