Skip to main content

init_ili9342c_with_reset

Function init_ili9342c_with_reset 

Source
pub async fn init_ili9342c_with_reset<DI: Interface, RST: OutputPin>(
    di: DI,
    rst: RST,
) -> Result<Ili9342c<DI, RST>, InitError<DI::Error, RST::Error>>
Expand description

Initialise the panel with a hardware reset pin (Fire27, RST=GPIO33).