Skip to content

Commit

Permalink
"Benutze den Stylus"
Browse files Browse the repository at this point in the history
  • Loading branch information
soerface committed Jan 14, 2025
1 parent 08b05c8 commit 687d3ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drinks_touch/screens/wait_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ def on_start(self, *args, **kwargs):
),
]
self.empty_info = [
VBox(
[
Label(text="Benutze den Stylus", size=20),
Label(text="denn er ist sehr gut", size=15),
],
pos=(100, 500),
),
Button(
pos=(115, config.SCREEN_HEIGHT - 100),
align_bottom=True,
Expand Down

0 comments on commit 687d3ef

Please sign in to comment.