fancy example
This commit is contained in:
parent
d9b96f6090
commit
177f08e461
2 changed files with 27 additions and 11 deletions
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue