Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion speculos/mcu/nbgl.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def hal_draw_rect(self, data: bytes) -> List[TextEvent]:

def refresh(self, data: bytes) -> bool:
if self.model == "apex_p":
time.sleep(0.1) # Let ragger win the race with speculos
time.sleep(0.08) # Let ragger win the race with speculos
area = nbgl_area_t.parse(data)
self.__assert_area(area)
# for an unknown reason, partial refreshes are not supported on NanoSP and NanoX
Expand Down