fix: 添加 calculateMaxScroll 前向声明解决编译错误"

This commit is contained in:
2026-03-30 21:05:26 +08:00
parent c37b0d794f
commit b173fe55d6
@@ -55,6 +55,9 @@ static unsigned long lastUpPressTime = 0;
static unsigned long lastDownPressTime = 0;
#define DOUBLE_CLICK_THRESHOLD_MS 400
// 前向声明
int calculateMaxScroll(int totalEntries, int visibleRows);
// =============================
// Mode Control Functions (manual UP/DOWN control)
// =============================