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

Interfacing LCD display with nrf51822 evaluation board

Hi, I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master example as a reference code and modified it to work with the display.

RS --> 1 (evaluation board gpio pin) RST --> 3 BL --> 5 MOSI --> 0 CS --> 2 CLK --> 4

After initializing the spi clock pin the lcd backlight is going to off mode, please suggest me to overcome this, i also attached the code below. If possible provide me the sample code to work with display.

Regards, Balaji

SPI_LCD.c

Related