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

How use to 0.96" 160x80 st7735s on NRF52840DK in SDK project nRF5_SDK_15.2.0_9412b96\examples\peripheral\gfx\pca10056\blank\ses

Hi,

0.96"  160x80 st7735 

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.

Parents Reply Children
Related