I am using the T_display in a project where I want to implement automatic gain control of an amplifier, and I want to control a digital potentiometer. I would much prefer to stick to DIP packages, and after a search, I find that that means I will have to use the SPI interface to control the digital resistor.
However, the SPI interface on the T-display is currently assigned to pins to control the OLED, which are not broken out on the board.
So my resistor only needs SCLK and MOSI. Can I temporarily reassign those pins on the ESP32 to talk to the resistor, and then give them back to the display?
Thanks in advance for any suggestions.
jrdoner