Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 01 Apr 2004 11:18 AM by  Anonymous
Touch Trouble
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Anonymous
Posts:


--
01 Apr 2004 10:02 AM
    I'm having difficulty getting the beta 4 touch driver to work on a 6.4" lcd - is there a configuration setting that I'm missing?
    rdubrawski
    New Member
    New Member
    Posts:


    --
    01 Apr 2004 11:02 AM
    Tomj,
    Check the settings in the registry file to make sure that you are configuring for the correct revision of your card engine.
    [HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\TOUCH\lpd_LH7A400_Touch]
    "Priority256"=dword:6D ; 109 in dec
    "HighPriority256"=dword:6D ; 109 in dec
    "Irq"=dword:1A ; NOTE - use 0x1A for RevA card engines
    ; "Irq"=dword:07 ; NOTE - use 0x07 for RevB card engines
    "Scratch_Base"=dword:0
    "CpldIntRegBase"=dword:70C00000
    "CpldSpiDataRegBase"=dword:70600000
    "CpldSpiCtlRegBase"=dword:70800000
    "IsrDll"="lpd_LH7A400_Touch_isr_beta_004.dll"
    "IsrHandler"="ISRHandler"
    "PortMask"=dword:02
    "PenUpDelay"=dword:01
    "SettlingSamples"=dword:0A
    Anonymous
    Posts:


    --
    01 Apr 2004 11:18 AM
    I have a rev A card engine and have the registry set to reflect that.

    I was able to get the touch driver to work with a 3.5" display.
    You are not authorized to post a reply.