master
Lukas Schulz 2020-12-19 23:35:53 +01:00
parent b3ac0788df
commit 97122fe0f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)