fix(displays): Adjust alignment and spacing
* Adjust alignment and spacing * Fix char array lengths
This commit is contained in:
parent
c9eb63199a
commit
d3d5b8eb8a
5 changed files with 18 additions and 16 deletions
|
|
@ -68,7 +68,7 @@ lv_obj_t *zmk_display_status_screen() {
|
|||
|
||||
#if IS_ENABLED(CONFIG_ZMK_WIDGET_WPM_STATUS)
|
||||
zmk_widget_wpm_status_init(&wpm_status_widget, screen);
|
||||
lv_obj_align(zmk_widget_wpm_status_obj(&wpm_status_widget), NULL, LV_ALIGN_IN_BOTTOM_RIGHT, -12,
|
||||
lv_obj_align(zmk_widget_wpm_status_obj(&wpm_status_widget), NULL, LV_ALIGN_IN_BOTTOM_RIGHT, 0,
|
||||
0);
|
||||
#endif
|
||||
return screen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue