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:
parent
6b6770f5b9
commit
a1dece7a00
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user