Changeset 32105 for titan/titan/skin.h


Ignore:
Timestamp:
01/05/15 16:22:24 (8 years ago)
Author:
Stephan
Message:

[webif] led bar gray when mute
[oled] symbols only for nemesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/skin.h

    r32092 r32105  
    3434                return &getpicon;
    3535        }
     36
    3637#ifdef MIPSEL
    37         if(ostrcmp("getoledmute", value) == 0)
    38         {
    39                 *rettype = FUNCPIC;
    40                 return &getoledmute;
    41         }
    42 
    43         if(ostrcmp("getoledtimeshift", value) == 0)
    44         {
    45                 *rettype = FUNCPIC;
    46                 return &getoledtimeshift;
    47         }
    48 
    49         if(ostrcmp("getoledrec", value) == 0)
    50         {
    51                 *rettype = FUNCPIC;
    52                 return &getoledrec;
    53         }
    54 
    55         if(ostrcmp("getoledstreaming", value) == 0)
    56         {
    57                 *rettype = FUNCPIC;
    58                 return &getoledstreaming;
    59         }
    60 
     38        if(checkrealbox("INI-8000AM") == 1)
     39        {       
     40                if(ostrcmp("getoledmute", value) == 0)
     41                {
     42                        *rettype = FUNCPIC;
     43                        return &getoledmute;
     44                }
     45
     46                if(ostrcmp("getoledtimeshift", value) == 0)
     47                {
     48                        *rettype = FUNCPIC;
     49                        return &getoledtimeshift;
     50                }
     51
     52                if(ostrcmp("getoledrec", value) == 0)
     53                {
     54                        *rettype = FUNCPIC;
     55                        return &getoledrec;
     56                }
     57
     58                if(ostrcmp("getoledstreaming", value) == 0)
     59                {
     60                        *rettype = FUNCPIC;
     61                        return &getoledstreaming;
     62                }
     63        }
    6164#endif
     65
    6266        if(ostrcmp("getalternatepicon", value) == 0)
    6367        {
Note: See TracChangeset for help on using the changeset viewer.