mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user