summaryrefslogtreecommitdiff
path: root/apps/plugins/test_fps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_fps.c')
-rw-r--r--apps/plugins/test_fps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/test_fps.c b/apps/plugins/test_fps.c
index 0852e0a9fb..d5b34faeb9 100644
--- a/apps/plugins/test_fps.c
+++ b/apps/plugins/test_fps.c
@@ -57,14 +57,12 @@ static void log_init(void)
57{ 57{
58 int h; 58 int h;
59 59
60 rb->lcd_setmargins(0, 0);
61 rb->lcd_getstringsize("A", NULL, &h); 60 rb->lcd_getstringsize("A", NULL, &h);
62 max_line = LCD_HEIGHT / h; 61 max_line = LCD_HEIGHT / h;
63 line = 0; 62 line = 0;
64 rb->lcd_clear_display(); 63 rb->lcd_clear_display();
65 rb->lcd_update(); 64 rb->lcd_update();
66#ifdef HAVE_REMOTE_LCD 65#ifdef HAVE_REMOTE_LCD
67 rb->lcd_remote_setmargins(0, 0);
68 rb->lcd_remote_getstringsize("A", NULL, &h); 66 rb->lcd_remote_getstringsize("A", NULL, &h);
69 remote_max_line = LCD_REMOTE_HEIGHT / h; 67 remote_max_line = LCD_REMOTE_HEIGHT / h;
70 remote_line = 0; 68 remote_line = 0;