any method of increasing the rendering speed of a display with the esp_lcd component?
any method of increasing the rendering speed of a display with the esp_lcd component?
status = spi_bus_initialize(LCD_HOST, &buscfg, SPI_DMA_CH_AUTO);
esp_lcd_panel_draw_bitmap draws garbage if i pass it a large areaSPI/LCD transfers
lcd_config.spi_bus_dma_channel = SPI_DMA_CH_AUTO; status = spi_bus_initialize(LCD_HOST, &buscfg, SPI_DMA_CH_AUTO);
esp_lcd_panel_draw_bitmap