Hi, I've modified my adsload.reg on the latest bitsyxb board running wince 5.0. Problem I am getting is none of this is getting put into the registry at boot up. Any reason for this?
Here is my adsload.reg file :
;----------------------------------------------------- ; ADS WinCE Registry File for BitsyXB ; ;- 02Feb2006 00118-07001 Nhat ;- Created for 64MB DRAM, LQ64D343 TFT LCD ;-----------------------------------------------------
; @CESYSGEN IF CE_MODULES_POINTER [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH] "MaxCalError"=dword:20
[HKEY_LOCAL_MACHINE\Drivers\TOUCH] "SamplePeriod"=dword:8500 "DeltaXCoordTolerance"=dword:10 "DeltaYCoordTolerance"=dword:10 "LeadingReadsToIgnore"=dword:5 "ReadsBeforePenDown"=dword:1 "SamplesPerPoint"=dword:8;4 "ReadsPerSample"=dword:4;4 "ZThreshold"=dword:96;64; not used by the driver, this is an error "InterSampleDelay"=dword:0 "InterruptReenableDelay"=dword:11;a "SerialClockRate"=dword:c;9;10;6;8 "Priority256"=dword:5f "NoTouchScreen"=dword:0 "ShowDebug"=dword:0 "MinCalibrationPointCount"=dword:10
[HKEY_CURRENT_USER\ControlPanel\Backlight] "BatteryTimeout"=dword:3C ; seconds of inactivity before turning off backlight "UseBattery"=dword:0 ; 1=use BatteryTimeout when on battery "ACTimeout"=dword:220 ; seconds of inactivity before turning off backlight "UseExt"=dword:0 ; 1=use ACTimeout when on "AC" power