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 5de6858 commit de67499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/shields/nice_view/widgets/peripheral_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ static void draw_top(lv_obj_t *widget, lv_color_t cbuf[], struct status_state st
state.connected ? LV_SYMBOL_WIFI : LV_SYMBOL_CLOSE);

// Rotate canvas
rotate_canvas(canvas, cbuf);
// rotate_canvas(canvas, cbuf);
}

static void set_battery_status(struct zmk_widget_status *widget,
Expand Down

0 comments on commit de67499

Please sign in to comment.