Nudge status-bar battery icon and percent down by 2px.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
yuquanjun 2026-09-06 18:41:18 +08:00
parent d1f1a2cc87
commit 029313ce99
1 changed files with 2 additions and 2 deletions

View File

@ -124,8 +124,8 @@ void CallUI_RestoreSelect(void);
#define UI0902_BT_Y 5
#define UI0902_BATTERY_W 29
#define UI0902_BATTERY_H 12
/* 与音量(y3..20)/蓝牙(y5..21)视觉中心对齐12px 高 → 顶 y7 */
#define UI0902_BATTERY_Y 7
/* 与音量/蓝牙大致居中后再下移 2px12px 高 → 顶 y9 */
#define UI0902_BATTERY_Y 9
#define UI0902_BATTERY_RIGHT_MARGIN 6
#define UI0902_BATTERY_TEXT_GAP 2
#define UI0902_BATTERY_TEXT_SIZE 9 /* mode.png 百分比字号 ≈9完整显示 % */