<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TouchScreen Class</title>
	<atom:link href="http://www.microframework.nl/projects/touchscreen-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.microframework.nl</link>
	<description>Elze Kool&#039;s experiences with the Micro Framework</description>
	<lastBuildDate>Thu, 31 Mar 2011 00:39:10 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sanny</title>
		<link>http://www.microframework.nl/projects/touchscreen-class/comment-page-1/#comment-3</link>
		<dc:creator>sanny</dc:creator>
		<pubDate>Sat, 10 Jan 2009 07:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.microframework.nl/?page_id=22#comment-3</guid>
		<description>oh sorry, i havent seen my first comment - you can delete my comments from january 10 ;) thx</description>
		<content:encoded><![CDATA[<p>oh sorry, i havent seen my first comment &#8211; you can delete my comments from january 10 <img src='http://www.microframework.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanny</title>
		<link>http://www.microframework.nl/projects/touchscreen-class/comment-page-1/#comment-2</link>
		<dc:creator>sanny</dc:creator>
		<pubDate>Sat, 10 Jan 2009 07:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.microframework.nl/?page_id=22#comment-2</guid>
		<description>hi

should the comment on line:

static private AnalogIn.AnalogInputPin xAin = AnalogIn.AnalogInputPin.AIN3; // (=yPlusPort)

yMinPort instead of yPlusPort (pinout from master module: E7*\P0.26\ADC3\AOUT\UART_RXD3) ?


yMinPort is defined as :

static private Cpu.Pin yMinPort = EmbeddedMaster.Pins.E7x;</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>should the comment on line:</p>
<p>static private AnalogIn.AnalogInputPin xAin = AnalogIn.AnalogInputPin.AIN3; // (=yPlusPort)</p>
<p>yMinPort instead of yPlusPort (pinout from master module: E7*\P0.26\ADC3\AOUT\UART_RXD3) ?</p>
<p>yMinPort is defined as :</p>
<p>static private Cpu.Pin yMinPort = EmbeddedMaster.Pins.E7x;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanny</title>
		<link>http://www.microframework.nl/projects/touchscreen-class/comment-page-1/#comment-4</link>
		<dc:creator>sanny</dc:creator>
		<pubDate>Fri, 09 Jan 2009 14:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.microframework.nl/?page_id=22#comment-4</guid>
		<description>should the comment on line : static private AnalogIn.AnalogInputPin xAin = AnalogIn.AnalogInputPin.AIN3; // (=yPlusPort)

be the (=yMinPort)?

since the pinout description for the tft module says : E7*\P0.26\ADC3\AOUT\UART_RXD3 ?

/**
    * Define ports used for Touchscreen.
    *
    * Top layer (X)
    *
    **/
    static private Cpu.Pin xPlusPort = EmbeddedMaster.Pins.E6x;
    static private Cpu.Pin xMinPort = EmbeddedMaster.Pins.E8x;
    static private AnalogIn.AnalogInputPin xAin = AnalogIn.AnalogInputPin.AIN3; // (=yPlusPort)

    /**
     * Define ports used for Touchscreen.
     *
     * Bottom layer (Y)
     *
     **/
    static private Cpu.Pin yPlusPort = EmbeddedMaster.Pins.E5x;
    static private Cpu.Pin yMinPort = EmbeddedMaster.Pins.E7x;
    static private AnalogIn.AnalogInputPin yAin = AnalogIn.AnalogInputPin.AIN2; // (=xPlusPort)</description>
		<content:encoded><![CDATA[<p>should the comment on line : static private AnalogIn.AnalogInputPin xAin = AnalogIn.AnalogInputPin.AIN3; // (=yPlusPort)</p>
<p>be the (=yMinPort)?</p>
<p>since the pinout description for the tft module says : E7*\P0.26\ADC3\AOUT\UART_RXD3 ?</p>
<p>/**<br />
    * Define ports used for Touchscreen.<br />
    *<br />
    * Top layer (X)<br />
    *<br />
    **/<br />
    static private Cpu.Pin xPlusPort = EmbeddedMaster.Pins.E6x;<br />
    static private Cpu.Pin xMinPort = EmbeddedMaster.Pins.E8x;<br />
    static private AnalogIn.AnalogInputPin xAin = AnalogIn.AnalogInputPin.AIN3; // (=yPlusPort)</p>
<p>    /**<br />
     * Define ports used for Touchscreen.<br />
     *<br />
     * Bottom layer (Y)<br />
     *<br />
     **/<br />
    static private Cpu.Pin yPlusPort = EmbeddedMaster.Pins.E5x;<br />
    static private Cpu.Pin yMinPort = EmbeddedMaster.Pins.E7x;<br />
    static private AnalogIn.AnalogInputPin yAin = AnalogIn.AnalogInputPin.AIN2; // (=xPlusPort)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

