Skip to content

Commit

Permalink
Fix arrow in wio_terminal/examples/buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
minus3theta committed Jan 20, 2025
1 parent 094b304 commit 1cc95d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/wio_terminal/examples/buttons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ where
.draw(display)
.ok();
Triangle::new(
Point::new(90, 115),
Point::new(85, 120),
Point::new(90, 125),
Point::new(100, 115),
Point::new(95, 120),
Point::new(100, 125),
)
.into_styled(style)
.draw(display)
Expand Down

0 comments on commit 1cc95d4

Please sign in to comment.