renames, add documentation headers

This commit is contained in:
Vinzenz Schroeter 2024-05-12 01:30:55 +02:00
parent 9dc13861df
commit df8c1249c4
9 changed files with 175 additions and 21 deletions

View file

@ -34,7 +34,7 @@ fn main() {
// this works because the pixel grid has max size
let pixel_data: Vec<u8> = enabled_pixels.clone().into();
let bit_vec = BitVec::load(&*pixel_data);
let bit_vec = BitVec::from(&*pixel_data);
connection
.send(BitmapLinearAnd(0, bit_vec, CompressionCode::Gz))