new simulator background

This commit is contained in:
Peter D. Gray 2023-09-27 15:26:04 -04:00 committed by scgbckbone
parent d7c3e23b00
commit fc226dc578
3 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,6 @@ class NFCHandler:
# - similar when "read" and then removed from field
# - return T if aborted by user
from glob import dis
from graphics_mk4 import Graphics
await self.wait_ready()
self.set_rf_disable(0)
@ -310,6 +309,7 @@ class NFCHandler:
if dis.has_lcd:
pass # TODO
else:
from graphics_mk4 import Graphics
frames = [getattr(Graphics, 'mk4_nfc_%d'%i) for i in range(1, 5)]
aborted = True

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 402 KiB

View File

@ -99,7 +99,7 @@ class LCDSimulator(SimulatedScreen):
background_img = 'q1-images/background.png'
# where the simulated screen is, relative to fixed background
TOPLEFT = (65, 60)
TOPLEFT = (90, 91)
@dataclass
class CursorSpec: