Skip to content

Commit

Permalink
bar: Reduce sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
C47D committed Dec 20, 2024
1 parent 695e750 commit 5f8ea5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn main() -> Result<(), LvError> {
_ => {}
}
}
sleep(Duration::from_millis(1500));
sleep(Duration::from_millis(15));
lvgl::tick_inc(Instant::now().duration_since(start));
}

Expand Down

0 comments on commit 5f8ea5f

Please sign in to comment.