Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dimming #234

Open
phenomeus opened this issue Jan 23, 2022 · 1 comment
Open

dimming #234

phenomeus opened this issue Jan 23, 2022 · 1 comment

Comments

@phenomeus
Copy link

would be great to have a time window where we could dimm the Display Brightness to a value before the display shuts down completely.

kids love the clock already but its a little bright in a dark room when they go to sleep ;)

@victor7376
Copy link

Just been looking into this, you could program in in the marquee.ino between the turn display on and off a section which could call the following command:

'matrix.setIntensity(0);'

Just set it for a number between 0 & 15 to adjust the brightness of the panels. Then at a certain time the display will turn off.

For example:

Turn display on 08:00 am

Dim display at 7:00pm

Turn display off 8:00pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants