From e1638f32652c624a243b4a0da22df7e04ba10c50 Mon Sep 17 00:00:00 2001 From: allted Date: Wed, 2 Oct 2019 19:53:21 -0700 Subject: [PATCH] LCD --- Marlin/Configuration.h | 5 +++++ 1 file changed, 5 insertions(+) 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