yes.
This commit is contained in:
parent
b3ac0788df
commit
97122fe0f6
1 changed files with 1 additions and 1 deletions
2
main.py
2
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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue