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

@@ -486,15 +486,15 @@ void CLCD::Clear()
}
#endif
void CLCD::ShowIcon(vfd_icon i, bool on)
void CLCD::ShowIcon(fp_icon i, bool on)
{
switch (i)
{
case VFD_ICON_CAM1:
case FP_ICON_CAM1:
led_r = on;
setled(led_r, -1); /* switch instant on / switch off if disabling */
break;
case VFD_ICON_PLAY:
case FP_ICON_PLAY:
led_g = on;
setled(-1, led_g);
break;