Nudge status-bar battery icon and percent down by 2px.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
d1f1a2cc87
commit
029313ce99
|
|
@ -124,8 +124,8 @@ void CallUI_RestoreSelect(void);
|
||||||
#define UI0902_BT_Y 5
|
#define UI0902_BT_Y 5
|
||||||
#define UI0902_BATTERY_W 29
|
#define UI0902_BATTERY_W 29
|
||||||
#define UI0902_BATTERY_H 12
|
#define UI0902_BATTERY_H 12
|
||||||
/* 与音量(y3..20)/蓝牙(y5..21)视觉中心对齐:12px 高 → 顶 y7 */
|
/* 与音量/蓝牙大致居中后再下移 2px:12px 高 → 顶 y9 */
|
||||||
#define UI0902_BATTERY_Y 7
|
#define UI0902_BATTERY_Y 9
|
||||||
#define UI0902_BATTERY_RIGHT_MARGIN 6
|
#define UI0902_BATTERY_RIGHT_MARGIN 6
|
||||||
#define UI0902_BATTERY_TEXT_GAP 2
|
#define UI0902_BATTERY_TEXT_GAP 2
|
||||||
#define UI0902_BATTERY_TEXT_SIZE 9 /* mode.png 百分比字号 ≈9,完整显示 % */
|
#define UI0902_BATTERY_TEXT_SIZE 9 /* mode.png 百分比字号 ≈9,完整显示 % */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue