foo
[bootcensus] / src / census / census.c
index 724ab2a..7eea8d3 100644 (file)
@@ -45,7 +45,7 @@ void draw_census(void)
        float a[2], b[2], dt;
        float anim, alpha, center_alpha;
 
-       memset(fb_pixels, 0, fb_width * fb_height * 4);
+       memset(fb_pixels, 0x11, fb_width * fb_height * 4);
 
        anim = fmod(t / 6.0f, LOOPTIME);
        alpha = 1.0f - ((anim - (LOOPTIME - 0.075)) / 0.06f);