From 1a854f5f56d8a1ceb6bb8ff0be8a5c6047bd22a0 Mon Sep 17 00:00:00 2001 From: YYD <39893972+yanyuandi@users.noreply.github.com> Date: Thu, 18 Apr 2024 21:05:00 +0800 Subject: [PATCH] Update GxEPD2_750c_Z08.h --- 驱动文件/GxEPD2_750c_Z08.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/驱动文件/GxEPD2_750c_Z08.h b/驱动文件/GxEPD2_750c_Z08.h index 78269ec..9dd34a7 100644 --- a/驱动文件/GxEPD2_750c_Z08.h +++ b/驱动文件/GxEPD2_750c_Z08.h @@ -39,7 +39,7 @@ class GxEPD2_750c_Z08 : public GxEPD2_EPD static const uint16_t power_on_time = 150; // ms, e.g. 79414us static const uint16_t power_off_time = 30; // ms, e.g. 39140us static const uint16_t full_refresh_time = 18000; // ms, e.g. 16788187us - static const uint16_t partial_refresh_time = 1600; // ms, e.g. 16788187us + static const uint16_t partial_refresh_time = 25000; // ms, e.g. 16788187us // constructor GxEPD2_750c_Z08(int16_t cs, int16_t dc, int16_t rst, int16_t busy); // methods (virtual)