mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- lcd4l: activate new Samsung SPF types
Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user