summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorMartin Hammerschmid <linux@home.pages.at>2002-10-06 08:54:21 +0200
committerMartin Hammerschmid <linux@home.pages.at>2002-10-06 08:54:21 +0200
commit575800cfff3962e6beb609052668586a1a8e0b75 (patch)
tree7300c9a170f266017000ff9fc84cdf6a8abce414 /setup.c
parent601b9ddb03c7ebd0a10c40aa1e88d405935fa7b6 (diff)
downloadvdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.gz
vdr-plugin-lcdproc-575800cfff3962e6beb609052668586a1a8e0b75.tar.bz2
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup.c b/setup.c
new file mode 100644
index 0000000..51df783
--- /dev/null
+++ b/setup.c
@@ -0,0 +1,15 @@
+#include "setup.h"
+
+cLcdSetup LcdSetup;
+
+cLcdSetup::cLcdSetup(void)
+{
+ FullCycle = 10;
+ TimeCycle = 7;
+ VolumeKeep = 15;
+ Scrollwait = 10;
+ Scrollspeed = 3;
+ Charmap = 0;
+ AltShift = 0;
+ BackLight = 1;
+}