ST7789 : do not reconfigure the reset pin to default during sleep.

main
Jean-François Milants 2023-06-04 17:17:19 +07:00 committed by JF
parent c9747462f7
commit 8fee341b86
1 changed files with 0 additions and 1 deletions

@ -186,7 +186,6 @@ void St7789::HardwareReset() {
void St7789::Sleep() {
SleepIn();
nrf_gpio_cfg_default(pinDataCommand);
nrf_gpio_cfg_default(pinReset);
NRF_LOG_INFO("[LCD] Sleep");
}