implement histogram correction from CCCB_Ledwand
This commit is contained in:
parent
2dcf092100
commit
1de6caa8a7
7 changed files with 158 additions and 17 deletions
|
|
@ -72,6 +72,7 @@ impl App {
|
|||
|
||||
fn single_line(&mut self, line: &str) {
|
||||
let mut line_grid = CharGrid::new(TILE_WIDTH, 1);
|
||||
line_grid.fill(' ');
|
||||
Self::line_onto_grid(&mut line_grid, 0, line);
|
||||
Self::line_onto_grid(&mut self.mirror, self.y, line);
|
||||
self.connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue