Browse Source

DOGM SPI delay is less common

Scott Lahteine 4 years ago
parent
commit
7674befa47
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Marlin/Configuration_adv.h

+ 4
- 4
Marlin/Configuration_adv.h View File

@@ -1227,10 +1227,6 @@
1227 1227
   // Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese.
1228 1228
   //#define USE_SMALL_INFOFONT
1229 1229
 
1230
-  // Enable this option and reduce the value to optimize screen updates.
1231
-  // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
1232
-  //#define DOGM_SPI_DELAY_US 5
1233
-
1234 1230
   // Swap the CW/CCW indicators in the graphics overlay
1235 1231
   //#define OVERLAY_GFX_REVERSE
1236 1232
 
@@ -1247,6 +1243,10 @@
1247 1243
    * This will prevent position updates from being displayed.
1248 1244
    */
1249 1245
   #if ENABLED(U8GLIB_ST7920)
1246
+    // Enable this option and reduce the value to optimize screen updates.
1247
+    // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
1248
+    //#define DOGM_SPI_DELAY_US 5
1249
+
1250 1250
     //#define LIGHTWEIGHT_UI
1251 1251
     #if ENABLED(LIGHTWEIGHT_UI)
1252 1252
       #define STATUS_EXPIRE_SECONDS 20

Loading…
Cancel
Save