This commit is contained in:
Lukas Schulz 2020-12-20 00:11:54 +01:00
parent 524c8065e8
commit a7aa157152

View file

@ -26,6 +26,7 @@ options.hardware_mapping = 'regular'
options.pixel_mapper_config = 'U-mapper' options.pixel_mapper_config = 'U-mapper'
options.limit_refresh_rate_hz = 240 options.limit_refresh_rate_hz = 240
options.gpio_slowdown = 4 options.gpio_slowdown = 4
options.brightness = 50
screen = RGBMatrix(options = options) screen = RGBMatrix(options = options)