mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
fix(rgb_lcd): drift issue caused by restart
Closes https://github.com/espressif/esp-idf/issues/15013
This commit is contained in:
@ -1050,8 +1050,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);
|
lcd_ll_fifo_reset(panel->hal.dev);
|
||||||
|
gdma_reset(panel->dma_chan);
|
||||||
#if RGB_LCD_NEEDS_SEPARATE_RESTART_LINK
|
#if RGB_LCD_NEEDS_SEPARATE_RESTART_LINK
|
||||||
// restart the DMA by a special DMA node
|
// restart the DMA by a special DMA node
|
||||||
gdma_start(panel->dma_chan, gdma_link_get_head_addr(panel->dma_restart_link));
|
gdma_start(panel->dma_chan, gdma_link_get_head_addr(panel->dma_restart_link));
|
||||||
|
Reference in New Issue
Block a user