WIP debugging
This commit is contained in:
parent
6112d634af
commit
bd4de16015
2 changed files with 6 additions and 5 deletions
house/src
|
@ -39,7 +39,7 @@ where
|
|||
buffer[PORCH_BACK_LEN + i] = white_balance(correct(&pixel), PORCH_WHITE);
|
||||
}
|
||||
|
||||
buffer.iter().render_to(lights);
|
||||
buffer.iter().take(225).render_to(lights);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue