summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
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;
+}