I've encountered a reset pin on ILI9341 based 2.8 inch SPI TFT LCD screen. I'm planning to connect it to Reset pin of Arduino but I've doubts.
- Does tft.reset() or any hardware reset command need to drive that pin?
- After activating power save mode by "writecommand(0x10);", we need to reinitialize the screen at wake up and initialization functions call reset at first as I know. Will there be any problem?
- If it is no problem at all what would be possible reasons I would like to have Reset pin connected to a GPIO? A stuck screen maybe? Maybe for robustness in case voltage fluctuation?