Skip to content

Commit 67bbe37

Browse files
committed
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
2 parents 5a21fd1 + 2c6f22c commit 67bbe37

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)