Thanks, i guess thats the issue, i tried to select any other pin for the CS, RST and DC and i could not get it working.
Does ESP32 have only 1 HW SPI interface?
Search found 3 matches
- Tue Sep 29, 2020 6:59 am
- Forum: ESP32 Arduino
- Topic: Multiple SSD1283A display on HW SPI
- Replies: 5
- Views: 7115
- Sun Sep 27, 2020 10:13 am
- Forum: ESP32 Arduino
- Topic: Multiple SSD1283A display on HW SPI
- Replies: 5
- Views: 7115
Re: Multiple SSD1283A display on HW SPI
anyone who can help me out ?
- Tue Sep 22, 2020 11:36 am
- Forum: ESP32 Arduino
- Topic: Multiple SSD1283A display on HW SPI
- Replies: 5
- Views: 7115
Multiple SSD1283A display on HW SPI
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 SSD12...