lcdd: update icon names

This commit is contained in:
Stefan Seyfried
2013-05-11 17:03:50 +02:00
parent d84c0f68a1
commit cb3a84cbec
3 changed files with 37 additions and 37 deletions

View File

@@ -1133,7 +1133,7 @@ void CLCD::pause()
display.pause();
}
void CLCD::ShowIcon(vfd_icon icon, bool show)
void CLCD::ShowIcon(fp_icon icon, bool show)
{
fprintf(stderr, "CLCD::ShowIcon(%d, %d)\n", icon, show);
}