Update status_screen.c
This commit is contained in:
parent
81dac77d5d
commit
7f299e2d99
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ lv_obj_t *zmk_display_status_screen() {
|
|||
#if IS_ENABLED(CONFIG_ZMK_WIDGET_BATTERY_STATUS)
|
||||
zmk_widget_battery_status_init(&battery_status_widget, screen);
|
||||
lv_obj_align(zmk_widget_battery_status_obj(&battery_status_widget), NULL, LV_ALIGN_IN_BOTTOM_RIGHT,
|
||||
-65, 3);
|
||||
-65, 1);
|
||||
#endif
|
||||
|
||||
#if IS_ENABLED(CONFIG_ZMK_WIDGET_OUTPUT_STATUS)
|
||||
|
|
Loading…
Add table
Reference in a new issue