rename sp_bit_vec_* to sp_bitvec_*
This commit is contained in:
parent
a08d439366
commit
fbc8cd6c31
6 changed files with 68 additions and 68 deletions
|
@ -25,7 +25,7 @@ fn main() {
|
|||
let connection = Connection::open(cli.destination)
|
||||
.expect("could not connect to display");
|
||||
|
||||
let mut enabled_pixels = Bitmap::new(PIXEL_WIDTH, PIXEL_HEIGHT);
|
||||
let mut enabled_pixels = Bitmap::max_sized();
|
||||
enabled_pixels.fill(true);
|
||||
|
||||
for x_offset in 0..PIXEL_WIDTH {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue