- lcd4l: activate new Samsung SPF types

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
svenhoefer
2019-01-05 21:05:57 +01:00
committed by GetAway
parent 9b9c900ab6
commit 6145cabae1
2 changed files with 9 additions and 12 deletions

View File

@@ -776,16 +776,13 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
break;
#endif
case SAMSUNG800x480:
//DisplayType = "Samsung800x480_";
DisplayType = "Samsung_";
DisplayType = "Samsung800x480_";
break;
case SAMSUNG800x600:
//DisplayType = "Samsung800x600_";
DisplayType = "Samsung_";
DisplayType = "Samsung800x600_";
break;
case SAMSUNG1024x600:
//DisplayType = "Samsung1024x600_";
DisplayType = "Samsung_";
DisplayType = "Samsung1024x600_";
break;
case PEARL320x240:
default: