lcd4l: add another skin

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

Origin message was:
------------------
- lcd4l: add another skin

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-07 21:50:02 +01:00
parent e804a6caa9
commit f48f4278b6
6 changed files with 9 additions and 0 deletions

View File

@@ -770,6 +770,9 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
case 100:
Layout = DisplayType + "user";
break;
case 4:
Layout = DisplayType + "xcam";
break;
case 3:
Layout = DisplayType + "d-box2";
break;