mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
lcd4l: activate new Samsung SPF types
Origin commit data
------------------
Branch: ni/coolstream
Commit: 84db502010
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-04 (Fri, 04 Jan 2019)
Origin message was:
------------------
- lcd4l: activate new Samsung SPF types
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -739,16 +739,13 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
switch (g_settings.lcd4l_display_type)
|
||||
{
|
||||
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