Merge pull request #2044 from openmv/giga_display_script_fix

scripts/examples: Fix GIGA display script.
This commit is contained in:
Ibrahim Abdelkader 2023-12-06 10:27:06 +02:00 committed by GitHub
commit fdad5935df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ touch = GT911(
irq_pin="PI1",
touch_points=5,
refresh_rate=240,
reverse_x=True,
touch_callback=lambda pin: globals().update(touch_detected=True),
)