Browse Source

Fix for 4.3" displays

James Bowman 6 years ago
parent
commit
509be9e340
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/selftest.ino

+ 2 - 2
examples/selftest.ino

@@ -634,11 +634,11 @@ static void setup_flash()
 
   if (GD3) {
     uint8_t stage[128];
-    memcpy(stage, GD3_7__init, 128);
+    memcpy(stage, GD3_43__init, 128);
 
     load_flash(stage);
 
-    // GD.self_calibrate();
+    GD.self_calibrate();
     GD.finish();
 
     for (int i = 0; i < 24; i++)