Multiple SSD1283A display on HW SPI
Posted: Tue Sep 22, 2020 11:36 am
I have an issue with connection 4 LCD displays on SPI interface
my setup:
SSD1283A tft4( /*CS=oranje*/ 5, /*DC=groen*/ 2, /*RST=geel*/ 15, /* LED=*/ 4); //hardware spi,cs,cd,reset,led
SSD1283A tft3(/* CS=oranje*/ 14, /*DC=groen*/ 13, /*RST=geel*/ 12, /*LED=*/ 4); //hardware spi,cs,cd,reset,led
SSD1283A tft2(/* CS=oranje*/ 27, /*DC=groen*/ 26, /*RST=geel*/ 25, /*LED=*/ 4); //hardware spi,cs,cd,reset,led
SSD1283A tft1(/* CS=oranje*/ 22, /*DC=groen*/ 19, /*RST=geel*/ 21, /*LED=*/ 4); //hardware spi,cs,cd,reset,led
My SPI is connected to
18 for SCK
23 for SDA
i have displays 2,3 and 4 working normally
display 1 i cant get it working, i tried to use the available pins for cs/dc/rst
1921/22/32/33/34/35
any idea how i can get it working ? thanks in advance for the help.
my setup:
SSD1283A tft4( /*CS=oranje*/ 5, /*DC=groen*/ 2, /*RST=geel*/ 15, /* LED=*/ 4); //hardware spi,cs,cd,reset,led
SSD1283A tft3(/* CS=oranje*/ 14, /*DC=groen*/ 13, /*RST=geel*/ 12, /*LED=*/ 4); //hardware spi,cs,cd,reset,led
SSD1283A tft2(/* CS=oranje*/ 27, /*DC=groen*/ 26, /*RST=geel*/ 25, /*LED=*/ 4); //hardware spi,cs,cd,reset,led
SSD1283A tft1(/* CS=oranje*/ 22, /*DC=groen*/ 19, /*RST=geel*/ 21, /*LED=*/ 4); //hardware spi,cs,cd,reset,led
My SPI is connected to
18 for SCK
23 for SDA
i have displays 2,3 and 4 working normally
display 1 i cant get it working, i tried to use the available pins for cs/dc/rst
1921/22/32/33/34/35
any idea how i can get it working ? thanks in advance for the help.