1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-04 12:56:25 +00:00

fixup! feat(core): introduce new drawing library

This commit is contained in:
cepetr 2024-05-14 15:07:05 +02:00
parent 6b6770f5b9
commit a1dece7a00

View File

@ -123,7 +123,7 @@ impl Shape<'_> for QrImage {
BitmapFormat::MONO4, BitmapFormat::MONO4,
None, None,
Offset::new(self.area.width(), 1), Offset::new(self.area.width(), 1),
Some(1), None,
&mut buff[..] &mut buff[..]
), ),
"Too small buffer" "Too small buffer"