new simulator background
This commit is contained in:
parent
d7c3e23b00
commit
fc226dc578
@ -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 |
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user