Watch
0
0
Fork
You've already forked esp32-c_its-companion
0

screen: More verbose "searching" text

This commit is contained in:
Jannik Beyerstedt 2026-09-25 11:32:45 +02:00
commit e7e03af900

View file

@ -294,7 +294,7 @@ where
self.clear()?;
text::Text::with_alignment(
"Searching...",
"Searching\nfor upcoming\nintersection...",
geometry::Point::new(i32::from(self.size.width) / 2, 130 + self.size.offset_top),
Self::DEFAULT_TEXT_STYLE,
text::Alignment::Center,