diff options
| author | Markus Braun <markus.braun@krawel.de> | 2002-08-15 06:36:25 +0000 |
|---|---|---|
| committer | Markus Braun <markus.braun@krawel.de> | 2002-08-15 06:36:25 +0000 |
| commit | e2a9fe194315508329c8434592edb76cb727c224 (patch) | |
| tree | f045c684ab93a3e8e07ba8c00e59d1b9be3d0978 /firmware/drivers | |
| parent | 3377e9f3025f15ef3b34c1e2b648dd59cf192921 (diff) | |
| download | rockbox-e2a9fe194315508329c8434592edb76cb727c224.zip rockbox-e2a9fe194315508329c8434592edb76cb727c224.tar.gz rockbox-e2a9fe194315508329c8434592edb76cb727c224.tar.bz2 rockbox-e2a9fe194315508329c8434592edb76cb727c224.tar.xz | |
time/date setting works now with loadable and proportional fonts
code makeup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1749 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
| -rw-r--r-- | firmware/drivers/lcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h index 2ce6339..fb3a195 100644 --- a/firmware/drivers/lcd.h +++ b/firmware/drivers/lcd.h @@ -121,4 +121,8 @@ extern void lcd_setldfont(unsigned char* f); extern unsigned char* lcd_getcurrentldfont(void); #endif +#ifdef LCD_PROPFONTS +extern int lcd_getstringsize(unsigned char *str, unsigned int font, int *w, int *h); +#endif + #endif /* __LCD_H__ */ |