fancy example

This commit is contained in:
Marc Planard 2023-06-08 22:23:01 +02:00
parent d9b96f6090
commit 177f08e461
2 changed files with 27 additions and 11 deletions

View file

@ -72,9 +72,8 @@ fn run_all() -> LJResult<()> {
let frame = get_next_frame(&config, &transformers,
&mut rs, order == Order::Black)?;
// For now, draw all the time
tracer.draw(frame, 1000)?;
tracer.draw(frame, 10_000)?;
}
info!("Exiting, stoping device.");