mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'fix/rgb_lcd_drift_on_esp32s3' into 'master'
fix(rgb_lcd): drift issue caused by restart Closes IDFGH-14216 See merge request espressif/esp-idf!36864
This commit is contained in:
commit
67bbe37702
@ -1053,8 +1053,8 @@ static IRAM_ATTR void lcd_rgb_panel_try_restart_transmission(esp_rgb_panel_t *pa
|
||||
}
|
||||
}
|
||||
|
||||
gdma_reset(panel->dma_chan);
|
||||
lcd_ll_fifo_reset(panel->hal.dev);
|
||||
gdma_reset(panel->dma_chan);
|
||||
#if RGB_LCD_NEEDS_SEPARATE_RESTART_LINK
|
||||
// restart the DMA by a special DMA node
|
||||
gdma_start(panel->dma_chan, gdma_link_get_head_addr(panel->dma_restart_link));
|
||||
|
Loading…
x
Reference in New Issue
Block a user