move code to make functions smaller

This commit is contained in:
Vinzenz Schroeter 2024-06-27 19:38:07 +02:00
parent fc0705b826
commit 7252ad5abe
6 changed files with 228 additions and 219 deletions

View file

@ -5,8 +5,7 @@
use std::ptr::null_mut;
use servicepoint::{
Brightness, Command, CompressionCode, Offset,
Origin, Packet, PixelGrid,
Brightness, Command, CompressionCode, Offset, Origin, Packet, PixelGrid,
};
use crate::bit_vec::CBitVec;