Skip to content

Commit

Permalink
fixup! refactor(core/embed): improve display driver init/deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
cepetr committed Sep 19, 2024
1 parent 595e1da commit 65a3a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ static int32_t LCD_DeInit(void) {
}

/* Wait before entering in sleep mode */
// HAL_Delay(2000);
HAL_Delay(2000);

/* Put LCD in sleep mode */
if (HAL_DSI_ShortWrite(&hlcd_dsi, 0, DSI_DCS_SHORT_PKT_WRITE_P0,
Expand Down

0 comments on commit 65a3a66

Please sign in to comment.