Skip to content

Commit

Permalink
Adding battery/connection widgets zmkfirmware#3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashDabas committed Jul 2, 2023
1 parent db3fcb8 commit 7cedea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/boards/shields/nice_view/widgets/peripheral_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ struct zmk_widget_status *widgetRef;
void set_img_src(void *var, int32_t val) {
lv_obj_t *img = (lv_obj_t *)var;
lv_img_set_src(img, images[val]);
lv_obj_align(img, LV_ALIGN_TOP_LEFT, 0, 0);

// draw_top(widgetRef->obj, widgetRef->cbuf, widgetRef->state);
}
Expand Down

0 comments on commit 7cedea2

Please sign in to comment.