You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix tests/test_graphical_camera_settings.py
This commit is contained in:
@@ -113,7 +113,7 @@ class TestGraphicalCameraSettings(unittest.TestCase):
|
||||
# On a 320x240 screen, this is approximately x=260, y=90
|
||||
# We'll click slightly inside the button to ensure we hit it
|
||||
settings_x = 300 # Right side of screen, inside the 60px button
|
||||
settings_y = 60 # 60px down from top, center of 60px button
|
||||
settings_y = 100 # 60px down from top, center of 60px button
|
||||
|
||||
print(f"\nClicking settings button at ({settings_x}, {settings_y})")
|
||||
simulate_click(settings_x, settings_y, press_duration_ms=100)
|
||||
|
||||
Reference in New Issue
Block a user