<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://comfilewiki.co.kr/en/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://comfilewiki.co.kr/en/feed.php">
        <title>COMFILE Technology&#039;s Documentation Library - cubloc:on_pad</title>
        <description></description>
        <link>https://comfilewiki.co.kr/en/</link>
        <image rdf:resource="https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-30T09:22:57+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://comfilewiki.co.kr/en/doku.php?id=cubloc:on_pad:index&amp;rev=1771601855&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png">
        <title>COMFILE Technology's Documentation Library</title>
        <link>https://comfilewiki.co.kr/en/</link>
        <url>https://comfilewiki.co.kr/en/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://comfilewiki.co.kr/en/doku.php?id=cubloc:on_pad:index&amp;rev=1771601855&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-20T15:37:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://comfilewiki.co.kr/en/doku.php?id=cubloc:on_pad:index&amp;rev=1771601855&amp;do=diff</link>
        <description>On Pad

On Pad GoSub label

The On Pad interrupt will jump to the specified label when the
keypad/touchpad port receives a packet (packets sizes are assigned by the
Set Pad command). Please be sure to use a Return command after the
label.


  Const Device = Ct1720
  Dim TX1 As Integer, TY1 As Integer
  Contrast 450
  Set Pad 0,4,5
  On Pad GoSub GETTOUCH
  Do
  Loop
  
GETTOUCH:
  TX1 = GetPad(2)
  TY1 = GetPad(2)
  CircleFill TX1,TY1,10
  PulsOut 18,300
  Return</description>
    </item>
</rdf:RDF>
