diff --git a/BusStopPi.spec b/BusStopPi.spec index 634a73d..f553b0a 100644 --- a/BusStopPi.spec +++ b/BusStopPi.spec @@ -38,4 +38,4 @@ exe = EXE(pyz, app = BUNDLE(exe, name='BusStopPi.app', icon=PATH + '/icons/BusStopPi.icns', - bundle_identifier=None) + bundle_identifier=None) \ No newline at end of file diff --git a/src/BusStopPi.py b/src/BusStopPi.py index b0df429..6b61192 100644 --- a/src/BusStopPi.py +++ b/src/BusStopPi.py @@ -23,8 +23,8 @@ # DISPLAY_WIDTH = DISPLAY.current_w # DISPLAY_HEIGHT = DISPLAY.current_h -# TFT = pygame.display.set_mode((DISPLAY_WIDTH, DISPLAY_HEIGHT)) -TFT = pygame.display.set_mode((DISPLAY_WIDTH, DISPLAY_HEIGHT), pygame.FULLSCREEN) +TFT = pygame.display.set_mode((DISPLAY_WIDTH, DISPLAY_HEIGHT)) +# TFT = pygame.display.set_mode((DISPLAY_WIDTH, DISPLAY_HEIGHT), pygame.FULLSCREEN) pygame.mouse.set_visible(False) @@ -42,7 +42,7 @@ pygame.display.set_caption('BusStopPi') -PATH = sys.path[0] + '/' +PATH = sys.path[1] + '/src' print(PATH + '/font/Roboto-Light.ttf')