diff options
Diffstat (limited to 'setup.c')
-rw-r--r-- | setup.c | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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; +} |