Skip to content

Commit 583d256

Browse files
committed
display: pull backlight low on uninit
1 parent a65ffbd commit 583d256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ dp_uninit(void)
289289
usart1_rxtx_disable();
290290
usart1_pins(0);
291291

292-
gpio_mode(DP_BLK, GPIO_MODE_DISABLED);
292+
dp_backlight_off();
293293
gpio_mode(DP_RES, GPIO_MODE_DISABLED);
294294
gpio_mode(DP_DC, GPIO_MODE_DISABLED);
295295
gpio_mode(DP_SCL, GPIO_MODE_DISABLED);

0 commit comments

Comments
 (0)