From: Martin Mareš Date: Tue, 20 Jan 2026 23:57:23 +0000 (+0100) Subject: X-mas: Darker zeroes X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;p=home-hw.git X-mas: Darker zeroes --- diff --git a/xmas-lights/daemon/xmas-lights.c b/xmas-lights/daemon/xmas-lights.c index e9f2222..7111d0a 100644 --- a/xmas-lights/daemon/xmas-lights.c +++ b/xmas-lights/daemon/xmas-lights.c @@ -291,9 +291,9 @@ static void clock_time(uint h, uint m) lights[j+k][1] = 0; lights[j+k][2] = 255; } else { - lights[j+k][0] = 64; - lights[j+k][1] = 64; - lights[j+k][2] = 64; + lights[j+k][0] = 16; + lights[j+k][1] = 16; + lights[j+k][2] = 16; } } }