Update GxEPD2_750c_Z08.h

This commit is contained in:
YYD
2024-04-18 21:05:00 +08:00
committed by GitHub
parent 9b5b98a3c2
commit 1a854f5f56

View File

@@ -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)