summaryrefslogtreecommitdiffstats
path: root/apps/wps-display.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/wps-display.h')
-rw-r--r--apps/wps-display.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/wps-display.h b/apps/wps-display.h
index 4385195fa3..2f5dc30453 100644
--- a/apps/wps-display.h
+++ b/apps/wps-display.h
@@ -25,4 +25,10 @@
bool wps_refresh(struct mp3entry* id3, int ffwd_offset, bool refresh_scroll);
void wps_display(struct mp3entry* id3);
+#ifdef PLAYER_PROGRESS
+#ifdef HAVE_LCD_CHARCELLS
+void draw_player_progress(int x, int y, struct mp3entry* id3);
+#endif
+#endif
+
#endif