Update status_screen.c
This commit is contained in:
parent
bee284ca52
commit
9e66d4caca
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ lv_obj_t *zmk_display_status_screen() {
|
|||
#endif
|
||||
#if IS_ENABLED(CONFIG_ZMK_WIDGET_BONGO_CAT)
|
||||
zmk_widget_bongo_cat_init(&bongo_cat_widget, screen);
|
||||
lv_obj_align(zmk_widget_bongo_cat_obj(&bongo_cat_widget), NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -25, 5);
|
||||
lv_obj_align(zmk_widget_bongo_cat_obj(&bongo_cat_widget), NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -25, 3);
|
||||
#endif
|
||||
return screen;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue