From a1dece7a009ec1619fd9dacf3efe57435c51740c Mon Sep 17 00:00:00 2001 From: cepetr Date: Tue, 14 May 2024 15:07:05 +0200 Subject: [PATCH] fixup! feat(core): introduce new drawing library --- core/embed/rust/src/ui/shape/qrcode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/rust/src/ui/shape/qrcode.rs b/core/embed/rust/src/ui/shape/qrcode.rs index 3fc493e7c3..757264249a 100644 --- a/core/embed/rust/src/ui/shape/qrcode.rs +++ b/core/embed/rust/src/ui/shape/qrcode.rs @@ -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"