- lcd4linux: prepare for some more Samsung SPF types

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
svenhoefer
2019-01-05 20:53:35 +01:00
committed by GetAway
parent 8549307a9f
commit 9b9c900ab6
3 changed files with 30 additions and 14 deletions

View File

@@ -66,8 +66,10 @@ const CMenuOptionChooser::keyval LCD4L_SUPPORT_OPTIONS[] =
const CMenuOptionChooser::keyval_ext LCD4L_DISPLAY_TYPE_OPTIONS[] =
{
{ CLCD4l::PEARL, NONEXISTANT_LOCALE, "Pearl"},
{ CLCD4l::SAMSUNG, NONEXISTANT_LOCALE, "Samsung"},
{ CLCD4l::PEARL320x240, NONEXISTANT_LOCALE, "Pearl"},
{ CLCD4l::SAMSUNG800x480, NONEXISTANT_LOCALE, "800x480 Samsung"},
{ CLCD4l::SAMSUNG800x600, NONEXISTANT_LOCALE, "800x600 Samsung"},
{ CLCD4l::SAMSUNG1024x600, NONEXISTANT_LOCALE, "1024x600 Samsung"},
#if defined BOXMODEL_VUSOLO4K
{ CLCD4l::VUSOLO4K, NONEXISTANT_LOCALE, "VUSolo4K"},
#endif