Skip to content

Commit

Permalink
Improve text on touchscreen calibration screen. It works better with …
Browse files Browse the repository at this point in the history
…a stylus!!.
  • Loading branch information
jofemodo committed Jan 13, 2022
1 parent 478b6ab commit 4a08200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zyngui/zynthian_gui_touchscreen_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self):
self.height / 2 + self.crosshair_size + 2 + zynthian_gui_config.font_size * 2,
font=(zynthian_gui_config.font_family, zynthian_gui_config.font_size, "normal"),
fill="white",
text="Touch each crosshair")
text="Touch crosshairs using a stylus")
self.device_text = self.canvas.create_text(self.width / 2,
self.height - zynthian_gui_config.font_size * 2,
font=(zynthian_gui_config.font_family, zynthian_gui_config.font_size, "normal"),
Expand Down

0 comments on commit 4a08200

Please sign in to comment.