Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: snow screensaver

Re: snow screensaver

From: Robert Hak <rhak_at_ramapo.edu>
Date: Wed, 28 Aug 2002 17:22:15 -0400 (EDT)

I have played with this and like it.

However, when run, you get a build up of pixels on the very top most line
of the screen. (i can get you a screen shot if you like)

In additions, when you write the code, please try and keep the line
lengths under 80 chars, and avoid putting the if clause's on the same
line:

if(true) i++;

should be

if(true)
        i++;

/Adi


On Wed, 28 Aug 2002, Itai wrote:

a screen saver (for the recorder, duh) that simulates snow/dust/small
particles going down the screen
Received on 2002-08-28

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy