summaryrefslogtreecommitdiff
path: root/apps/plugins/wav2wv.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wav2wv.c')
-rw-r--r--apps/plugins/wav2wv.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/wav2wv.c b/apps/plugins/wav2wv.c
index cd27c92699..b7e9727230 100644
--- a/apps/plugins/wav2wv.c
+++ b/apps/plugins/wav2wv.c
@@ -77,9 +77,7 @@ static void wvupdate (int32_t start_tick,
77 rb->lcd_putsf(0, 6, "realtime: %d%% ", realtime); 77 rb->lcd_putsf(0, 6, "realtime: %d%% ", realtime);
78 rb->lcd_putsf(0, 8, "compression: %d%% ", compression); 78 rb->lcd_putsf(0, 8, "compression: %d%% ", compression);
79 79
80#ifdef HAVE_LCD_BITMAP
81 rb->lcd_update(); 80 rb->lcd_update();
82#endif
83} 81}
84 82
85#define TEMP_SAMPLES 4096 83#define TEMP_SAMPLES 4096
@@ -102,9 +100,7 @@ static int wav2wv(const char *infile)
102 100
103 rb->lcd_clear_display(); 101 rb->lcd_clear_display();
104 rb->lcd_puts_scroll(0, 0, (unsigned char *)infile); 102 rb->lcd_puts_scroll(0, 0, (unsigned char *)infile);
105#ifdef HAVE_LCD_BITMAP
106 rb->lcd_update(); 103 rb->lcd_update();
107#endif
108 104
109 last_buttons = rb->button_status (); 105 last_buttons = rb->button_status ();
110 start_tick = *rb->current_tick; 106 start_tick = *rb->current_tick;