lcdd: update icon names

Origin commit data
------------------
Branch: ni/coolstream
Commit: cb3a84cbec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-11 (Sat, 11 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-05-11 17:03:50 +02:00
parent 9485167b37
commit 4a209e560f
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;