mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-19 19:12:03 +00:00
tests: fix grid34
This commit is contained in:
parent
34823b6fcb
commit
49931007e7
@ -33,7 +33,7 @@ def grid35(x, y):
|
|||||||
|
|
||||||
|
|
||||||
def grid34(x, y):
|
def grid34(x, y):
|
||||||
return grid(DISPLAY_WIDTH, 3, x), grid(DISPLAY_HEIGHT, 5, y)
|
return grid(DISPLAY_WIDTH, 3, x), grid(DISPLAY_HEIGHT, 4, y)
|
||||||
|
|
||||||
|
|
||||||
def type_word(word):
|
def type_word(word):
|
||||||
|
Loading…
Reference in New Issue
Block a user