|
|
Rockbox mail archiveSubject: Re: lcd_puts_scroll -- why are X and Y so odd?Re: lcd_puts_scroll -- why are X and Y so odd?
From: Bill Janssen <janssen_at_parc.com>
Date: 2006-07-12
> Can anyone explain why things work this way?
Let me try :-).
The formula (in lcd-16bit.c)
lcd_getstringsize(str, &w, &h);
seems to be a way of trying to come up with an average character cell
struct font *f = font_get(curfont);
This would be a more faithful replication of a character-cell layout.
Bill
Page was last modified "Jan 10 2012" The Rockbox Crew |