use proper remote lcd functions

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-05-24 14:28:48 +00:00
parent 999f6b5b4a
commit 9e9f58f5c6
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
#include <sprintf.h>
#include <stdbool.h>
#include "config.h"
#include "lcd.h"
#include "lcd-remote.h"
#include "logf.h"
unsigned char logfbuffer[MAX_LOGF_LINES][16];
@ -46,7 +46,7 @@ static void displayremote(void)
int i;
int index;
lcd_getstringsize("A", &w, &h);
lcd_remote_getstringsize("A", &w, &h);
lines = LCD_REMOTE_HEIGHT/h;
lcd_remote_setmargins(0, 0);