From 1be7cbc3b2496df0aa6d3b2176313eedde0232ae Mon Sep 17 00:00:00 2001 From: jam422470459 <53164292+jam422470459@users.noreply.github.com> Date: Fri, 10 Oct 2025 23:49:20 +0800 Subject: [PATCH] Update EPD_service.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改缺省值为nrf52811引脚 --- EPD/EPD_service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EPD/EPD_service.c b/EPD/EPD_service.c index 9645c4c..cf9ebe2 100644 --- a/EPD/EPD_service.c +++ b/EPD/EPD_service.c @@ -22,8 +22,8 @@ #include "nrf_log.h" #if defined(S112) -//#define EPD_CFG_DEFAULT {0x14, 0x13, 0x06, 0x05, 0x04, 0x03, 0x02, 0x02, 0xFF, 0x12, 0x07} // 52811 -#define EPD_CFG_DEFAULT {0x14, 0x13, 0x12, 0x11, 0x10, 0x0F, 0x0E, 0x02, 0xFF, 0x0D, 0x02} // 52810 +#define EPD_CFG_DEFAULT {0x14, 0x13, 0x06, 0x05, 0x04, 0x03, 0x02, 0x02, 0xFF, 0x12, 0x07} // 52811 +//#define EPD_CFG_DEFAULT {0x14, 0x13, 0x12, 0x11, 0x10, 0x0F, 0x0E, 0x02, 0xFF, 0x0D, 0x02} // 52810 #else //#define EPD_CFG_DEFAULT {0x05, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x01, 0x07} #endif