diff --git a/src/display/display_setup.cpp b/src/display/display_setup.cpp index 19e2fcc..60544da 100644 --- a/src/display/display_setup.cpp +++ b/src/display/display_setup.cpp @@ -51,7 +51,7 @@ public: cfg.offset_y = 0; cfg.offset_rotation = 0; cfg.readable = true; - cfg.invert = false; + cfg.invert = true; cfg.rgb_order = false; cfg.dlen_16bit = false; cfg.bus_shared = true;