WIP debugging

This commit is contained in:
Tangent 2021-07-04 20:44:58 -04:00
parent 6112d634af
commit bd4de16015
2 changed files with 6 additions and 5 deletions
house/src

View file

@ -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);
}
}