pub async fn init_ili9342c_with_reset<DI: Interface, RST: OutputPin>( di: DI, rst: RST, ) -> Result<Ili9342c<DI, RST>, InitError<DI::Error, RST::Error>>
Initialise the panel with a hardware reset pin (Fire27, RST=GPIO33).