nhl-led-scoreboard icon indicating copy to clipboard operation
nhl-led-scoreboard copied to clipboard

LED brightness control

Open twholbrook opened this issue 3 years ago • 1 comments

Hi, I previously installed the traditional way and I recall settings for LED brightness at sunrise/sunset/etc. I recently had to flash and reinstall and I reinstalled from the image - is there still a way to control the LED brightness?

twholbrook avatar Oct 13 '22 13:10 twholbrook

Under the sbio section of the config.json, there's a dimmer section. Set it to be enabled and the source to be software and it'll use your location to set the brightness based on sunrise and sunset.

"dimmer": { "enabled": false, "source": "software", "daytime": "", "nighttime": "", "offset": 0, "frequency": 5, "light_level_lux": 400, "mode": "always", "sunset_brightness": 5, "sunrise_brightness": 40 },

falkyre avatar Oct 13 '22 23:10 falkyre