lcd4l: try to fix display of webtv-channels on external lcd; pt. 2

Origin commit data
------------------
Commit: 27a925ab28
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-24 (Fri, 24 Mar 2017)

Origin message was:
------------------
- lcd4l: try to fix display of webtv-channels on external lcd; pt. 2
This commit is contained in:
vanhofen
2017-03-24 21:26:21 +01:00
parent 305e497474
commit 9f24b66fed
2 changed files with 11 additions and 7 deletions

View File

@@ -62,6 +62,8 @@ class CLCD4l
MODE_PIC = 6,
MODE_TS = 7,
MODE_OFF = 8,
MODE_WEBTV = 9,
MODE_UPNP = 10,
MODE_MASK = 0xFF,
NOREZAP = 0x100
};