From cd3353da68040d60fecd9762019e5d527d194ab7 Mon Sep 17 00:00:00 2001 From: SQFMI Date: Sun, 16 Feb 2020 14:24:10 -0500 Subject: [PATCH] updated timing --- src/GxGDEH0154D67.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/GxGDEH0154D67.h b/src/GxGDEH0154D67.h index 9be4c7e..5086f00 100644 --- a/src/GxGDEH0154D67.h +++ b/src/GxGDEH0154D67.h @@ -7,8 +7,6 @@ // // Version : see library.properties // -// License: GNU GENERAL PUBLIC LICENSE V3, see LICENSE -// // Library: https://github.com/sqfmi/GxEPD #ifndef _GxGDEH0154D67_H_ @@ -109,8 +107,8 @@ class GxGDEH0154D67 : public GxEPD int8_t _busy; static const uint16_t power_on_time = 80; // ms, e.g. 73508us static const uint16_t power_off_time = 80; // ms, e.g. 68982us - static const uint16_t full_refresh_time = 4200; // ms, e.g. 1113273us - static const uint16_t partial_refresh_time = 300; // ms, e.g. 290867us + static const uint16_t full_refresh_time = 200; // ms, e.g. 1113273us + static const uint16_t partial_refresh_time = 200; // ms, changed to 0 to make it as fast as possible #if defined(ESP8266) || defined(ESP32) public: // the compiler of these packages has a problem with signature matching to base classes @@ -130,6 +128,3 @@ class GxGDEH0154D67 : public GxEPD #endif #endif - - -