]> mj.ucw.cz Git - home-hw.git/commitdiff
X-mas: Darker zeroes master
authorMartin Mareš <mj@ucw.cz>
Tue, 20 Jan 2026 23:57:23 +0000 (00:57 +0100)
committerMartin Mareš <mj@ucw.cz>
Tue, 20 Jan 2026 23:57:23 +0000 (00:57 +0100)
xmas-lights/daemon/xmas-lights.c

index e9f2222f01458a4178b4d8b72ab18fb8870f1592..7111d0a834285053b8ed935f17c0ac1522455f45 100644 (file)
@@ -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;
                        }
                }
        }