DOGM SPI delay is less common
This commit is contained in:
		| @@ -1227,10 +1227,6 @@ | |||||||
|   // Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese. |   // Western only. Not available for Cyrillic, Kana, Turkish, Greek, or Chinese. | ||||||
|   //#define USE_SMALL_INFOFONT |   //#define USE_SMALL_INFOFONT | ||||||
|  |  | ||||||
|   // Enable this option and reduce the value to optimize screen updates. |  | ||||||
|   // The normal delay is 10µs. Use the lowest value that still gives a reliable display. |  | ||||||
|   //#define DOGM_SPI_DELAY_US 5 |  | ||||||
|  |  | ||||||
|   // Swap the CW/CCW indicators in the graphics overlay |   // Swap the CW/CCW indicators in the graphics overlay | ||||||
|   //#define OVERLAY_GFX_REVERSE |   //#define OVERLAY_GFX_REVERSE | ||||||
|  |  | ||||||
| @@ -1247,6 +1243,10 @@ | |||||||
|    * This will prevent position updates from being displayed. |    * This will prevent position updates from being displayed. | ||||||
|    */ |    */ | ||||||
|   #if ENABLED(U8GLIB_ST7920) |   #if ENABLED(U8GLIB_ST7920) | ||||||
|  |     // Enable this option and reduce the value to optimize screen updates. | ||||||
|  |     // The normal delay is 10µs. Use the lowest value that still gives a reliable display. | ||||||
|  |     //#define DOGM_SPI_DELAY_US 5 | ||||||
|  |  | ||||||
|     //#define LIGHTWEIGHT_UI |     //#define LIGHTWEIGHT_UI | ||||||
|     #if ENABLED(LIGHTWEIGHT_UI) |     #if ENABLED(LIGHTWEIGHT_UI) | ||||||
|       #define STATUS_EXPIRE_SECONDS 20 |       #define STATUS_EXPIRE_SECONDS 20 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user