mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #2044 from openmv/giga_display_script_fix
scripts/examples: Fix GIGA display script.
This commit is contained in:
commit
fdad5935df
@ -31,6 +31,7 @@ touch = GT911(
|
|||||||
irq_pin="PI1",
|
irq_pin="PI1",
|
||||||
touch_points=5,
|
touch_points=5,
|
||||||
refresh_rate=240,
|
refresh_rate=240,
|
||||||
|
reverse_x=True,
|
||||||
touch_callback=lambda pin: globals().update(touch_detected=True),
|
touch_callback=lambda pin: globals().update(touch_detected=True),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user