diff --git a/shared/nfc.py b/shared/nfc.py index 5d06037e..fc3df5f0 100644 --- a/shared/nfc.py +++ b/shared/nfc.py @@ -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 diff --git a/unix/q1-images/background.png b/unix/q1-images/background.png index 3fb178a1..681b40a1 100644 Binary files a/unix/q1-images/background.png and b/unix/q1-images/background.png differ diff --git a/unix/simulator.py b/unix/simulator.py index d660b87f..1bdeb70b 100755 --- a/unix/simulator.py +++ b/unix/simulator.py @@ -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: