From 97122fe0f6c00550f7a3e30a46a79c307b452b7b Mon Sep 17 00:00:00 2001 From: Lukas Schulz Date: Sat, 19 Dec 2020 23:35:53 +0100 Subject: [PATCH] yes. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dec70f7..46e742e 100644 --- a/main.py +++ b/main.py @@ -26,7 +26,7 @@ options.hardware_mapping = 'regular' options.pixel_mapper_config = 'U-mapper' options.limit_refresh_rate_hz = 240 options.gpio_slowdown = 4 -screen = RGBMatrix(options = options) #pygame.display.set_mode(self.size, self.flags) +self.screen = RGBMatrix(options = options) #pygame.display.set_mode(self.size, self.flags)