We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c974746 commit 8fee341Copy full SHA for 8fee341
1 file changed
src/drivers/St7789.cpp
@@ -186,7 +186,6 @@ void St7789::HardwareReset() {
186
void St7789::Sleep() {
187
SleepIn();
188
nrf_gpio_cfg_default(pinDataCommand);
189
- nrf_gpio_cfg_default(pinReset);
190
NRF_LOG_INFO("[LCD] Sleep");
191
}
192
0 commit comments