When do I need "reset" pin of TFT Screen

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.

  1. Does tft.reset() or any hardware reset command need to drive that pin?
  2. 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?
  3. 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?

I usually connects the RESET pin with 3.3v . I don't know any particular use of that pin

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.