diff options
author | Johns <johns98@gmx.net> | 2012-03-12 17:58:19 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-12 17:58:19 +0100 |
commit | 7b570c507cf0634e1249f60e7d008ff43f0d264a (patch) | |
tree | 57ab7a357157e07a452c4e49f97b6d896171a4c3 /README.txt | |
parent | 09ba3e299321f49b1f330feb6778171a06968d73 (diff) | |
download | vdr-plugin-softhddevice-7b570c507cf0634e1249f60e7d008ff43f0d264a.tar.gz vdr-plugin-softhddevice-7b570c507cf0634e1249f60e7d008ff43f0d264a.tar.bz2 |
Cleanups.
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |