|
@@ -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
|