Skip to content

Commit 40e699a

Browse files
committed
fixes #498
1 parent 4197792 commit 40e699a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def calibrate(indev, cal_data):
8080
label.set_text('Touch Calibration')
8181
label.center()
8282

83-
lv.screen_load_anim(new_scrn, lv.SCR_LOAD_ANIM.FADE_IN, 500, 0, False) # NOQA
83+
lv.screen_load_anim(new_scrn, lv.SCREEN_LOAD_ANIM.FADE_IN, 500, 0, False) # NOQA
8484

8585
count = 0
8686
while count < 200:

0 commit comments

Comments
 (0)