mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
lcd4l: use better readable enumeration to handle g_settings.lcd4l_display_type
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3598a95c3d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-10 (Mon, 10 Sep 2018)
Origin message was:
------------------
- lcd4l: use better readable enumeration to handle g_settings.lcd4l_display_type
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -65,8 +65,8 @@ const CMenuOptionChooser::keyval LCD4L_SUPPORT_OPTIONS[] =
|
||||
|
||||
const CMenuOptionChooser::keyval_ext LCD4L_DISPLAY_TYPE_OPTIONS[] =
|
||||
{
|
||||
{ 0, NONEXISTANT_LOCALE, "Pearl"},
|
||||
{ 1, NONEXISTANT_LOCALE, "Samsung"}
|
||||
{ CLCD4l::PEARL, NONEXISTANT_LOCALE, "Pearl"},
|
||||
{ CLCD4l::SAMSUNG, NONEXISTANT_LOCALE, "Samsung"}
|
||||
};
|
||||
#define LCD4L_DISPLAY_TYPE_OPTION_COUNT (sizeof(LCD4L_DISPLAY_TYPE_OPTIONS)/sizeof(CMenuOptionChooser::keyval_ext))
|
||||
|
||||
|
Reference in New Issue
Block a user