1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-04 04:48:48 +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,
None,
Offset::new(self.area.width(), 1),
Some(1),
None,
&mut buff[..]
),
"Too small buffer"