Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87ed6f0

Browse files
committed
Updates the touch driver and hopefully fixes a couple of problems with it.
1 parent914259d commit87ed6f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎api_drivers/py_api_drivers/frozen/indev/touch_calibration/touch_calibrate.py‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def get_coords():
418418

419419
whilestate==self.indev.PRESSED:
420420
self.crosshair.set_src(self.crosshair_anim[anim_index])
421+
lv.refr_now(self.scr.get_display())
421422
anim_index+=1
422423

423424
ifanim_index==len(self.crosshair_anim):
@@ -427,6 +428,7 @@ def get_coords():
427428
state,x,y=get_coords()
428429

429430
self.crosshair.set_src(self.base_crosshair)
431+
lv.refr_now(self.scr.get_display())
430432

431433
ifcount==self.touch_count:
432434
self.taking_samples=False

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp