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 faed0d4 commit 099364eCopy full SHA for 099364e
1 file changed
src/drivers/St7789.cpp
@@ -171,15 +171,15 @@ void St7789::Sleep() {
171
void St7789::Wakeup() {
172
nrf_gpio_cfg_output(pinDataCommand);
173
// TODO why do we need to reset the controller?
174
- HardwareReset();
175
- SoftwareReset();
+ //HardwareReset();
+ //SoftwareReset();
176
SleepOut();
177
- ColMod();
178
- MemoryDataAccessControl();
179
- ColumnAddressSet();
180
- RowAddressSet();
181
- DisplayInversionOn();
182
- NormalModeOn();
+ //ColMod();
+ //MemoryDataAccessControl();
+ //ColumnAddressSet();
+ //RowAddressSet();
+ //DisplayInversionOn();
+ //NormalModeOn();
183
VerticalScrollStartAddress(verticalScrollingStartAddress);
184
DisplayOn();
185
NRF_LOG_INFO("[LCD] Wakeup")
0 commit comments