Hi everyone!
I'm very new to raspberrypi and have spent the last couple of weeks learning as much as I can. I have installed the latest version of Raspian and I'm trying to get a 3.5" LCD to work on SPI1 instead of SPI0 (which I need for other components): http://www.uctronics.com/display/uctron ... -pi-b.html
Here is the driver: https://github.com/UCTRONICS/UCTRONICS_LCD35_RPI
I tried to follow this post: viewtopic.php?f=63&t=157618&p=1214626#p1214626
But all I get is a white screen.
Does anyone have some suggestions? Ultimately I will want to use SPI1 as the bus for my primary display for desktop interface/retropi etc
I have been trying to figure this out for a while now and could really use a hand.
Do I have to make any changes to the driver for the screen?
I have it wired up like the following:
SCREEN - PI
5V = PIN2 (5V power)
MOSI = PIN38 (SPI1 MOSI)
MISO = PIN35 (SPI1 MISO)
SCLK= PIN40 (SPI1 SCLK)
GND= PIN6 (Ground)
T_CS= PIN12 (SPI1 CE0)
L_CS= PIN11 (SPI1 CE1)
And also note that I have it working when I just attach using the included header - which obviously connects it to SPI0.
Thanks in advance!
Darren