mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
lcd4l: add another skin
Origin commit data
------------------
Branch: ni/coolstream
Commit: dc70d8ab73
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-07 (Mon, 07 Jan 2019)
Origin message was:
------------------
- lcd4l: add another skin
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1045,6 +1045,7 @@ lcd4l_skin_0 Standard
|
||||
lcd4l_skin_1 Groß
|
||||
lcd4l_skin_2 Klein (SysInfo)
|
||||
lcd4l_skin_3 d-box2
|
||||
lcd4l_skin_4 OS/DOS/Ncam
|
||||
lcd4l_skin_100 Benutzer
|
||||
lcd4l_skin_radio Radio-Style aktivieren
|
||||
lcd4l_support LCD4Linux-Unterstützung
|
||||
|
@@ -1045,6 +1045,7 @@ lcd4l_skin_0 Standard
|
||||
lcd4l_skin_1 Large
|
||||
lcd4l_skin_2 Small (SysInfo)
|
||||
lcd4l_skin_3 d-box2
|
||||
lcd4l_skin_4 OS/DOS/Ncam
|
||||
lcd4l_skin_100 User
|
||||
lcd4l_skin_radio Activate radio style
|
||||
lcd4l_support LCD4Linux support
|
||||
|
@@ -770,6 +770,9 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
case 100:
|
||||
Layout = DisplayType + "user";
|
||||
break;
|
||||
case 4:
|
||||
Layout = DisplayType + "xcam";
|
||||
break;
|
||||
case 3:
|
||||
Layout = DisplayType + "d-box2";
|
||||
break;
|
||||
|
@@ -78,6 +78,7 @@ const CMenuOptionChooser::keyval LCD4L_PEARL_SKIN_OPTIONS[] =
|
||||
{ 1, LOCALE_LCD4L_SKIN_1 },
|
||||
{ 2, LOCALE_LCD4L_SKIN_2 },
|
||||
{ 3, LOCALE_LCD4L_SKIN_3 },
|
||||
{ 4, LOCALE_LCD4L_SKIN_4 },
|
||||
{ 100, LOCALE_LCD4L_SKIN_100 }
|
||||
};
|
||||
#define LCD4L_PEARL_SKIN_OPTION_COUNT (sizeof(LCD4L_PEARL_SKIN_OPTIONS)/sizeof(CMenuOptionChooser::keyval))
|
||||
@@ -85,6 +86,7 @@ const CMenuOptionChooser::keyval LCD4L_PEARL_SKIN_OPTIONS[] =
|
||||
const CMenuOptionChooser::keyval LCD4L_SAMSUNG_SKIN_OPTIONS[] =
|
||||
{
|
||||
{ 0, LOCALE_LCD4L_SKIN_0 },
|
||||
{ 4, LOCALE_LCD4L_SKIN_4 },
|
||||
{ 100, LOCALE_LCD4L_SKIN_100 }
|
||||
};
|
||||
#define LCD4L_SAMSUNG_SKIN_OPTION_COUNT (sizeof(LCD4L_SAMSUNG_SKIN_OPTIONS)/sizeof(CMenuOptionChooser::keyval))
|
||||
|
@@ -1072,6 +1072,7 @@ typedef enum
|
||||
LOCALE_LCD4L_SKIN_1,
|
||||
LOCALE_LCD4L_SKIN_2,
|
||||
LOCALE_LCD4L_SKIN_3,
|
||||
LOCALE_LCD4L_SKIN_4,
|
||||
LOCALE_LCD4L_SKIN_100,
|
||||
LOCALE_LCD4L_SKIN_RADIO,
|
||||
LOCALE_LCD4L_SUPPORT,
|
||||
|
@@ -1072,6 +1072,7 @@ const char * locale_real_names[] =
|
||||
"lcd4l_skin_1",
|
||||
"lcd4l_skin_2",
|
||||
"lcd4l_skin_3",
|
||||
"lcd4l_skin_4",
|
||||
"lcd4l_skin_100",
|
||||
"lcd4l_skin_radio",
|
||||
"lcd4l_support",
|
||||
|
Reference in New Issue
Block a user