Watch
0
0
Fork
You've already forked esp32-c_its-companion
0
This commit is contained in:
Jannik Beyerstedt 2026-08-15 16:31:59 +02:00
commit 2f9841f45f

View file

@ -340,8 +340,9 @@ where
.draw(&mut self.target)?;
// TODO: only on big screen!?
// TODO: show as diff to likely time?
text::Text::with_alignment(
&alloc::format!("{}-{max}s", timing.min_end_sec),
&alloc::format!("{}-{max}", timing.min_end_sec),
geometry::Point::new(centerline, 185 + self.size.offset_top),
Self::MID_TEXT_STYLE,
text::Alignment::Center,