summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playlist.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index f38f215..29a8269 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -1059,12 +1059,9 @@ static void display_playlist_count(int count, char *fmt)
*/
static void display_buffer_full(void)
{
- lcd_clear_display();
- lcd_puts(0,0,str(LANG_PLAYINDICES_PLAYLIST));
- lcd_puts(0,1,str(LANG_PLAYINDICES_BUFFER));
- lcd_update();
- sleep(HZ*2);
- lcd_clear_display();
+ splash(HZ*2, true, "%s %s",
+ str(LANG_PLAYINDICES_PLAYLIST),
+ str(LANG_PLAYINDICES_BUFFER));
}
/*