I have problem a running BitsyXb on a device without touchscreen. How do I suppress the touch screen calibration ? I have try this in ADSLOAD.REG: [HKEY_LOCAL_MACHINE\Drivers\TOUCH] "NoTouchScreen"=dword:1
It works on Bitsy Plus and BitsyX, but not on BitsyXb
Dummy calibration values are a great way to bypass the calibration screen. The current driver reads five pairs of X,Y coordinates, which correspond to the touch panel controller readings for the five calibration points. (Update: Note that the driver will still generate interrupts and screen presses if a touch panel is present.)
Disabling the Driver
I believe that you can also disable the driver by providing an invalid name for the driver. (Update: May generate a data abort in GWES; expected behavior unknown.) E.g.: