Hi all,
My SDK version:17.1
I want to use the GFX example that is in Example/peripheral with my nrf52840dk to display some text on ST7735S LCD screen(128*160).
The code had been downloaded into the 52840dk but the LCD just had a white screen at all,nothing change.
The example code is as default,I just make one change:
static const nrf_lcd_t * p_lcd = &nrf_lcd_st7735;
And the pin: NRF52840DK LCD pin
ST7735_SCK_PIN 47 --> P1.15 ------SCL
ST7735_MOSI_PIN 45 --> P1.13 -----SDA
ST7735_SS_PIN 44 --> P1.12 ---------CS
ST7735_DC_PIN 42 --> P1.10 ---------DC
I don't think that the problem is on Lcd beacuse it works with Arduino.I have read others topic about this problem but none of these work for me.Thanks!