Skip to main content

init_ili9342c

Function init_ili9342c 

Source
pub async fn init_ili9342c<DI: Interface>(
    di: DI,
) -> Result<Ili9342c<DI>, InitError<DI::Error, Infallible>>
Expand description

Initialise the panel without a reset pin (CoreS3). The hardware reset must have been pulsed beforehand (AW9523B LCD_RST); init falls back to a SPI SoftReset command.