新聞中心

        EEPW首頁 > 模擬技術 > 設計應用 > MAX1233/MAX1234觸摸屏控制器入門

        MAX1233/MAX1234觸摸屏控制器入門

        作者: 時間:2012-03-17 來源:網絡 收藏
        6Read PENIRQ-bar pin statusPENIRQ = 1Touch the touch screen
        P R 6
        Read PENIRQ-bar pin statusPENIRQ = 0
        T M2
        Measure X,Y,Z1,Z2
        0x0040 0x0b01

        0x8000 0x0000

        0x8001 0x0000

        0x8002 0x0000

        0x8003 0x0000
        P R 6
        Read PENIRQ-bar pin statusPENIRQ = 1Touch and hold the touch screen
        P R 6
        Read PENIRQ-bar pin statusPENIRQ = 0
        T M2
        Measure X,Y,Z1,Z2
        0x0040 0x0b01

        0x8000 0x0000

        0x8001 0x0000

        0x8002 0x0000

        0x8003 0x0000
        P R 6
        Read PENIRQ-bar pin statusPENIRQ = 0
        T M2
        Measure X,Y,Z1,Z2
        0x0040 0x0b01

        0x8000 0x0000

        0x8001 0x0000

        0x8002 0x0000

        0x8003 0x0000
        P R 6
        Read PENIRQ-bar pin statusPENIRQ = 0Release the touch screen
        P R 6
        Read PENIRQ-bar pin statusPENIRQ = 0
        T M2
        Measure X,Y,Z1,Z2
        0x0040 0x0b01

        0x8000 0x0000

        0x8001 0x0000

        0x8002 0x0000

        0x8003 0x0000
        P R 6
        Read PENIRQ-bar pin statusPENIRQ = 1

        3.5) 檢測操作:自動掃描

        在檢測操作,配置,自動數字化的接觸位置時,寫入寄存器0x40 (ADC控制),其PENSTS=1,ADSTS=0 (請參考/數據資料的表6)。第一次接觸屏幕時,/PENIRQ信號暫時變為低電平,并在讀取X寄存器之前不會變化。

        表13. 觸摸屏檢測命令序列:自動掃描
        DEMO1234 Command
        Action
        SPI data in
        Verification
        Optional: connect oscilloscope to PENIRQ-bar
        I C 1 3
        Configure PENIRQ-bar pulse accumulator: falling-edge trigger
        I 0 1
        Reset the pulse accumulator
        I R 1
        Read the number of times PENIRQ-bar has pulsed lowcount = 0
        T W AC 8bff
        Wait for touch, then scan X,Y,Z1,Z2
        0x0040 0x8bff
        Touch the touch screenPENIRQ pulse
        I R 1
        Read the number of times PENIRQ-bar has pulsed lowcount has increased
        T R P
        Read X,Y,Z1,Z2 conversion results
        0x8000 0x0000

        0x8001 0x0000

        0x8002 0x0000

        0x8003 0x0000
        Touch the touch screenPENIRQ pulse
        I R 1
        Read the number of times PENIRQ-bar has pulsed lowcount has increased
        T R P
        Read X,Y,Z1,Z2 conversion results
        0x8000 0x0000

        0x8001 0x0000

        0x8002 0x0000

        0x8003 0x0000
        Touch the touch screenPENIRQ pulse
        I R 1
        Read the number of times PENIRQ-bar has pulsed lowcount has increased
        T R P
        Read X,Y,Z1,Z2 conversion results
        0x8000 0x0000

        0x8001 0x0000

        0x8002 0x0000

        0x8003 0x0000

        4) 鍵盤和通用輸入/輸出引腳

        下面的例子介紹了怎樣使用DEMO1234.EXE程序來掃描鍵盤,怎樣使用GPIO鍵盤掃描引腳。

        4.1) 配置鍵盤和GPIO引腳

        GPIO控制寄存器將每個C1–C4和R1–R4引腳分別配置為輸入、輸出或者是鍵盤的一部分(請參考/數據資料的表26和表27)。此外,寫入GPIO上拉禁止寄存器,將輸出引腳配置為開漏輸出。

        表14. 鍵盤和GPIO配置實例
        DEMO1234 Command
        Action
        SPI data in
        T W GC FFFF
        Keypad: none;
        GPIO outputs: C4,C3,C2,C1,R4,R3,R2,R1;
        GPIO inputs: none
        0x004f 0xffff
        T W GC FF00
        Keypad: none;
        GPIO outputs: none;
        GPIO inputs: C4,C3,C2,C1,R4,R3,R2,R1
        0x004f 0xff00
        T W GC 0000
        Keypad: (C4,C3,C2,C1) x (R4,R3,R2,R1);
        GPIO outputs: none;
        GPIO inputs: none
        0x004f 0x0000
        T W GC C8C0
        Keypad: (C2,C1) x (R3,R2,R1);
        GPIO outputs: C4,C3;
        GPIO input: R4
        0x004f 0xc8c0
        T W GP 4000
        GPIO pullup disable: C3
        0x004e 0x4000

        4.2) 讀寫GPIO引腳

        GPIO數據寄存器讀取GPIO輸入引腳,寫入GPIO輸出引腳。注意:在這些例子中,C3、C4和R4是引腳名稱,而不是元件名稱。

        表15. GPIO實例
        DEMO1234 Command
        Action
        SPI data in
        Verification
        T W GC C8C0
        Keypad:
        (C2,C1) x (R3,R2,R1);
        GPIO outputs: C4,C3;
        GPIO input: R4
        0x004f 0xc8c0
        T W GP 4000
        GPIO pullup disable: C3
        0x004e 0x4000
        Connect external resistor between C3 pin and DVDD
        Connect DVM to C4 pin
        T W GD 8000
        GPIO write C4 = 1
        0x000f 0x8000
        C4 pin = high
        T W GD 0000
        GPIO write C4 = 0
        0x000f 0x0000
        C4 pin = low
        T W GD 8000
        GPIO write C4 = 1
        0x000f 0x8000
        C4 pin = high
        T W GD 0000
        GPIO write C4 = 0
        0x000f 0x0000
        C4 pin = low
        Connect DVM to C3 pin
        T W GD 4000
        GPIO write C3 = 1
        0x000f 0x4000
        C3 pin = high
        T W GD 0000
        GPIO write C3 = 0
        0x000f 0x0000
        C3 pin = low
        T W GD 4000
        GPIO write C3 = 1
        0x000f 0x4000
        C3 pin = high
        T W GD 0000
        GPIO write C3 = 0
        0x000f 0x0000
        C3 pin = low
        Connect R4 pin to DVDD
        T R GD
        GPIO read
        0x800f 0x0000
        Buffer = 0x0800
        Connect R4 pin to GND
        T R GD
        GPIO read
        0x800f 0x0000
        Buffer = 0x0000

        4.3) 檢測按鍵:自動掃描

        可以配置鍵盤控制寄存器在探測到有按鍵按下時,自動掃描鍵盤。

        表16. 按鍵命令序列:自動掃描
      1. <ul id="suqci"><pre id="suqci"></pre></ul>
        <kbd id="suqci"><pre id="suqci"></pre></kbd>
        <ul id="suqci"><pre id="suqci"></pre></ul>
          <samp id="suqci"></samp>
        • DEMO1234 Command
          Action
          SPI data in
          Verification
          Optional: connect oscilloscope to KEYIRQ-bar

          評論


          相關推薦

          技術專區

          主站蜘蛛池模板: 尚志市| 鹤峰县| 黄冈市| 女性| 陵水| 庆云县| 丰原市| 安康市| 石门县| 德钦县| 台湾省| 屏东县| 刚察县| 余干县| 依安县| 日土县| 盘锦市| 张家口市| 曲麻莱县| 焦作市| 女性| 北宁市| 新乡县| 堆龙德庆县| 瑞丽市| 鄄城县| 大邑县| 兰州市| 博乐市| 永修县| 沂南县| 井研县| 遂平县| 广元市| 郴州市| 漳平市| 富川| 宜川县| 县级市| 南部县| 枣阳市|
          <samp id="suqci"><tbody id="suqci"></tbody></samp>