forked from kofal.net/zmk
fix(boards): Fix Zen logo alignment
This commit is contained in:
committed by
Pete Johanson
parent
309359b32f
commit
f1b138cbf0
@@ -70,7 +70,7 @@ lv_obj_t *zmk_display_status_screen() {
|
||||
lv_obj_t *zenlogo_icon;
|
||||
zenlogo_icon = lv_img_create(screen);
|
||||
lv_img_set_src(zenlogo_icon, &zenlogo);
|
||||
lv_obj_align(zenlogo_icon, LV_ALIGN_BOTTOM_MID, 2, -5);
|
||||
lv_obj_align(zenlogo_icon, LV_ALIGN_BOTTOM_MID, 0, -5);
|
||||
#endif
|
||||
|
||||
return screen;
|
||||
|
||||
Reference in New Issue
Block a user