From 892c325c84420bc403ccf8e11e495ebdff73127e Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sun, 30 Oct 2011 22:33:09 +0100 Subject: [PATCH] Changed night brightness to 15 (of 20). --- wordclock/wordclock.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordclock/wordclock.pde b/wordclock/wordclock.pde index 1016075..646ee52 100644 --- a/wordclock/wordclock.pde +++ b/wordclock/wordclock.pde @@ -65,7 +65,7 @@ void SWversion(void); // DAY Brightness setting 0 = off 20 = full #define DAYBRIGHTNESS 20 // NIGHT Brightness setting 0 = off 20 = full -#define NIGHTBRIGHTNESS 20 +#define NIGHTBRIGHTNESS 15