summaryrefslogtreecommitdiff
path: root/src/drivers/St7789.cpp
diff options
context:
space:
mode:
authorhubmartin <hub.martin@gmail.com>2021-08-23 13:02:40 (GMT)
committerhubmartin <hub.martin@gmail.com>2021-08-23 13:02:40 (GMT)
commitdb50131ed49f2fdb639799ca12839862340f8396 (patch)
tree3e1c3e0f1cfddfefdc81f3b6b1e7e42ffc5dd50f /src/drivers/St7789.cpp
parentd832a6c908841be91838fc4165791a5953d6ba5b (diff)
Remove commented commands completely
Diffstat (limited to 'src/drivers/St7789.cpp')
-rw-r--r--src/drivers/St7789.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/drivers/St7789.cpp b/src/drivers/St7789.cpp
index 74038b2..4d81cf2 100644
--- a/src/drivers/St7789.cpp
+++ b/src/drivers/St7789.cpp
@@ -170,16 +170,7 @@ void St7789::Sleep() {
void St7789::Wakeup() {
nrf_gpio_cfg_output(pinDataCommand);
- // TODO why do we need to reset the controller?
- //HardwareReset();
- //SoftwareReset();
SleepOut();
- //ColMod();
- //MemoryDataAccessControl();
- //ColumnAddressSet();
- //RowAddressSet();
- //DisplayInversionOn();
- //NormalModeOn();
VerticalScrollStartAddress(verticalScrollingStartAddress);
DisplayOn();
NRF_LOG_INFO("[LCD] Wakeup")