Rockbox.org home
releases
current build
extras FAQ
manual
wiki
docs index mailing lists
IRC
forums bugs
patches



Rockbox mail archive

Subject: Re: [PATCH] wps-display (was Re: Custom WPS)
From: Magnus Holmgren (lear_at_algonet.se)
Date: 2002-09-01


Chris Pimlott wrote:

> > I've removed that limitation. The format itself must (currently) fit
> > within 300 bytes. Formatting of a single line is done to a 256-byte
> > buffer (MAX_PATH actually), but that is of course only useful for the
> > scrolling line.
>
> You should #define a new constant for this. It has nothing to
> do with MAX_PATH so it shouldn't be tied to it.

You have a point there. However (from lcd.c):

struct scrollinfo {
    char text[MAX_PATH];
    /* ... */
};

:-)

-- 
Magnus Holmgren



Page was last modified "Mar 9 2008" The Rockbox Crew