reduce gfx page height

This commit is contained in:
Shuanglei Tao
2025-05-25 19:08:42 +08:00
parent ce7dd0ee6b
commit dcb5c09f0e

View File

@@ -4,7 +4,7 @@
#include "Adafruit_GFX.h"
#ifndef PAGE_HEIGHT
#define PAGE_HEIGHT ((__HEAP_SIZE / 50) - 4)
#define PAGE_HEIGHT ((__HEAP_SIZE / 50) - 8)
#endif
typedef enum {