Skip to content

Commit

Permalink
display: pull backlight low on uninit
Browse files Browse the repository at this point in the history
  • Loading branch information
esmil committed Aug 12, 2019
1 parent a65ffbd commit 583d256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ dp_uninit(void)
usart1_rxtx_disable();
usart1_pins(0);

gpio_mode(DP_BLK, GPIO_MODE_DISABLED);
dp_backlight_off();
gpio_mode(DP_RES, GPIO_MODE_DISABLED);
gpio_mode(DP_DC, GPIO_MODE_DISABLED);
gpio_mode(DP_SCL, GPIO_MODE_DISABLED);
Expand Down

0 comments on commit 583d256

Please sign in to comment.