diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1590659f1171..4a1cc49490ad 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1871,6 +1871,11 @@ // #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER +// If you want you can define your own set of delays in Configuration.h +//#define ST7920_DELAY_1 DELAY_NS(0) +#define ST7920_DELAY_2 DELAY_NS(250) +#define ST7920_DELAY_3 DELAY_NS(250) + // // ReprapWorld Graphical LCD // https://reprapworld.com/?products_details&products_id/1218