multiple st7735 t4.1
Yeah, I just tripped on this same problem. Initializing multiple screens I forgot that the reset call is part of the constructor. So when I get to initialize the 2nd screen, the first one resets if everything (MOSI,spiclk,DC,/rst) is in parallel and unless you're...