I have a Amica ESP8266 with a display attached. I had a monochrome OLED and now I replaced it with a ST7735 TFT. I used to check the press of the flash button (to change the screen etc.) with an interrupt to pin 0.
Now my ST7735 uses the D0 pin (and others) for the TFT_RST - I tried to map it to D4 but then the display will only show a white screen. so I guess the D0 has some special attributes for the ST7735 to work. Is there any other pin on the ESP I can use the display with - and then use D0 for detecting the flash button again?
Thanks!
BJ