update EPD driver

This commit is contained in:
Shuanglei Tao
2025-03-06 19:54:59 +08:00
parent 818e16e793
commit 40aa884791
6 changed files with 151 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
#if defined(S112)
#define PAGE_HEIGHT 150
#else
#define PAGE_HEIGHT 72
#define PAGE_HEIGHT 64
#endif
static void DrawDateHeader(Adafruit_GFX *gfx, int16_t x, int16_t y, tm_t *tm, struct Lunar_Date *Lunar)
{