Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/drivers/St7789.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ void St7789::Init() {
HardwareReset();
SoftwareReset();
Command2Enable();
SleepOut();
PixelFormat();
MemoryDataAccessControl();
SetAddrWindow(0, 0, Width, Height);
Expand All @@ -32,6 +31,7 @@ void St7789::Init() {
SetVdv();
PowerControl();
GateControl();
SleepOut();
DisplayOn();
}

Expand Down
Loading