Skip to content

Commit 8fee341

Browse files
committed
ST7789 : do not reconfigure the reset pin to default during sleep.
1 parent c974746 commit 8fee341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/drivers/St7789.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ void St7789::HardwareReset() {
186186
void St7789::Sleep() {
187187
SleepIn();
188188
nrf_gpio_cfg_default(pinDataCommand);
189-
nrf_gpio_cfg_default(pinReset);
190189
NRF_LOG_INFO("[LCD] Sleep");
191190
}
192191

0 commit comments

Comments
 (0)