Skip to content

Commit 2c6f22c

Browse files
committed
fix(rgb_lcd): drift issue caused by restart
Closes #15013
1 parent 4f9f6bb commit 2c6f22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_lcd/rgb/esp_lcd_panel_rgb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,8 @@ static IRAM_ATTR void lcd_rgb_panel_try_restart_transmission(esp_rgb_panel_t *pa
10531053
}
10541054
}
10551055

1056-
gdma_reset(panel->dma_chan);
10571056
lcd_ll_fifo_reset(panel->hal.dev);
1057+
gdma_reset(panel->dma_chan);
10581058
#if RGB_LCD_NEEDS_SEPARATE_RESTART_LINK
10591059
// restart the DMA by a special DMA node
10601060
gdma_start(panel->dma_chan, gdma_link_get_head_addr(panel->dma_restart_link));

0 commit comments

Comments
 (0)