Skip to content

Commit

Permalink
Zoom waterfall center marker
Browse files Browse the repository at this point in the history
  • Loading branch information
gdyuldin committed Dec 2, 2024
1 parent 58f36e5 commit d5514ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/waterfall.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,5 @@ static void refresh_waterfall( void * arg) {

static void zoom_changed_cd(void * s, lv_msg_t * m) {
zoom = *(uint16_t *) lv_msg_get_payload(m);
lv_style_set_line_width(&middle_line_style, zoom / 2 + 1);
}

0 comments on commit d5514ca

Please sign in to comment.