Multiple peripherals: 8Bit parallel and SPI #2634
-
User Setup
This is working with my ESP32 and 3.5 inch tft shield. I added an nfc reader and that works
But when I try to use them at the same time the screen wins over the NFC reader. I tried to write the pins to low and high when writing data but nothing worked. setup
Before I write I set the correct pin to LOW and after writing set it back to HIGH. In the comments it states "library pulls permanently low", does this mean it's not possible to set the pin to high? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Figured it out... I was using the same pin for Data Command and SCK. For those who are wondering that was pin 18. So I just switched the TFT_DC pin to 22 (which is in the range of 0-31). |
Beta Was this translation helpful? Give feedback.
Figured it out... I was using the same pin for Data Command and SCK. For those who are wondering that was pin 18. So I just switched the TFT_DC pin to 22 (which is in the range of 0-31).