summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/setup.c b/setup.c
index 7cc9e0f..923a395 100644
--- a/setup.c
+++ b/setup.c
@@ -11,11 +11,12 @@ cLcdSetup::cLcdSetup(void)
Scrollspeed = 3;
Charmap = 0;
AltShift = 0;
- BackLight = 1;
- ClientPrioN = 128;
- ClientPrioH = 16;
- SetPrio = 0;
- BackLightWait = 0;
+ BackLight = 2;
+ ClientPrioN = 100;
+ ClientPrioH = 255;
+ SetPrio = 2;
+ BackLightWait = 20;
+ PrioWait = 60;
OutputNumber = 0;
for (int i = 0; i < LCDMAXOUTPUTS; i++)
OutputFunction[i] = 0;