diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index c0f25f5..daf69d8 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -213,6 +213,8 @@ class BleInfoPage(Page): except Exception,e: print(str(e)) + pygame.time.delay(400) + self._Screen.Draw() self._Screen.SwapAndShow()