|
|
Rockbox mail archiveSubject: Re: [PATCH] loadable fonts finally fixedFrom: Björn Stenberg (bjorn_at_haxx.se) Date: 2002-09-16
Greg Haerr wrote:
The reason we do it explicitly is we only want one line scrolling at any one time. Several scrolling lines becomes very chaotic.
> If someone decides to do this, I suggest we move to a new,
"lcd" does not refer to the lcd controller chip, it referes to the screen. And puts is more about working with the screen than working with the font.
> The other reason is that lcd_puts doesn't take a 'font' argument and
I want all of them to get rid of the font argument. All code should use the default (loaded) font, except for a few special cases which use the built-in and then *that* code should jump through hoops (lcd_setfont) to use a non-default font.
> My current font loader will only allow a single font to be
Don't. We only need two fonts: The compiled-in fall-back font and the loaded font. More fonts means more complexity and more memory use. We don't need that.
-- Björn
Page was last modified "Jan 10 2012" The Rockbox Crew |