1
0
Fork 0
forked from AbleOS/ableos

fixed qr code

This commit is contained in:
Erin 2022-08-21 11:45:28 +02:00 committed by ondra05
parent 50410f4dc1
commit 3b1e51d1ba

View file

@ -256,7 +256,7 @@ pub fn bsod(src: BSODSource) -> ! {
let image = code let image = code
.render::<char>() .render::<char>()
.quiet_zone(false) .quiet_zone(false)
.module_dimensions(2, 1) .module_dimensions(1, 1)
.build(); .build();
println!("{}", image); println!("{}", image);