Star had font problems as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4052 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5523fb8860
commit
04005b9602
1 changed files with 1 additions and 0 deletions
|
@ -776,6 +776,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
rb = api;
|
||||
|
||||
/* get the size of char */
|
||||
rb->lcd_setfont(FONT_SYSFIXED);
|
||||
if (char_width == -1)
|
||||
rb->lcd_getstringsize("a", &char_width, &char_height);
|
||||
|
||||
|
|
Loading…
Reference in a new issue