chore: fmt

This commit is contained in:
Valentin Weber 2025-02-23 12:21:59 +01:00
parent 1c93e56147
commit 01828a0e5b
No known key found for this signature in database
GPG key ID: 44797000F143F522

View file

@ -168,14 +168,13 @@ fn generate_payload(args: &mut Args) -> Result<PayloadBuffer> {
match message.content {
Content::Text { text } => {
#[cfg(not(any(feature = "u8g2-fonts")))]
let text = Text::new(
&text,
Point::new(0, 8),
U8g2TextStyle::new(u8g2_font_lucasfont_alternate_tf, BinaryColor::On),
);
#[cfg(feature = "u8g2-fonts")]
let text = Text::new(
&text,