lcd4linux: prepare for some more Samsung SPF types

Origin commit data
------------------
Branch: ni/coolstream
Commit: ef1c0352f5
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-03 (Thu, 03 Jan 2019)

Origin message was:
------------------
- lcd4linux: prepare for some more Samsung SPF types

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-03 21:55:33 +01:00
parent cd6dc53650
commit ef9c612400
3 changed files with 25 additions and 9 deletions

View File

@@ -65,8 +65,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"}
};
#define LCD4L_DISPLAY_TYPE_OPTION_COUNT (sizeof(LCD4L_DISPLAY_TYPE_OPTIONS)/sizeof(CMenuOptionChooser::keyval_ext))