bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 106 forks source link

Night Mode - hardcoding values #189

Closed R0lleston closed 2 years ago

R0lleston commented 2 years ago

Since the night mode (where the clock dims) isnt working correctly, what area of the code do i need to go to hardcode the values ?

bk1285 commented 2 years ago

Here we go, @R0lleston : https://github.com/bk1285/rpi_wordclock/blob/master/wordclock_plugins/time_default/plugin.py#L190

...but expect a fix to be provided for this (included in the port to python3).

Best, Bernd