From 7b570c507cf0634e1249f60e7d008ff43f0d264a Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 12 Mar 2012 17:58:19 +0100 Subject: Cleanups. --- README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 83c9683..3b9859f 100644 --- a/README.txt +++ b/README.txt @@ -166,7 +166,9 @@ Setup: /etc/vdr/setup.conf 32bit RGBA background color (Red * 16777216 + Green * 65536 + Blue * 256 + Alpha) or hex RRGGBBAA - grey = 2155905279 + grey 127 * 16777216 + 127 * 65536 + 127 * 256 => 2139062016 + in the setup menu this is entered as (24bit RGB and 8bit Alpha) + (Red * 65536 + Green * 256 + Blue) softhddevice.SkipLines = 0 skip 'n' lines at top and bottom of the video picture. -- cgit v1.2.3