<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how do you make the lcd screen work</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/28709/how-do-you-make-the-lcd-screen-work</link><description> 
iv been fighting this for a while,im using a mcb2300 board. i cant
make the blinky example work. i dnt have a board at home so i have to
simulate it. i would like to be able to just print some analouge
inputs onto it and also a timer has to b involved</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: how do you make the lcd screen work</title><link>https://community.arm.com/thread/126810?ContentTypeID=1</link><pubDate>Mon, 25 Apr 2011 01:05:16 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:cf714b0b-a37c-4bc1-9dba-bee05a81152c</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
Note that printf() sends the text to &amp;quot;standard out&amp;quot;.&lt;/p&gt;

&lt;p&gt;
You can - if you want - map this magical &amp;quot;standard out&amp;quot; to the
display.&lt;/p&gt;

&lt;p&gt;
Or you can instead consider using sprintf() to print to a string,
and then send that string to the display.&lt;/p&gt;

&lt;p&gt;
Note that it is possible for you to create functions (if the
project doesn&amp;#39;t already have something similar) like:&lt;/p&gt;

&lt;pre&gt;
int lcd_printf(const char* fmt,...);
int lcd_printf_at(int row,int col,const char* fmt,...);
&lt;/pre&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how do you make the lcd screen work</title><link>https://community.arm.com/thread/116341?ContentTypeID=1</link><pubDate>Mon, 25 Apr 2011 00:50:42 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:1cb840cb-4970-4b64-9bd0-ac5faaa1521e</guid><dc:creator>shaun scholes</dc:creator><description>&lt;p&gt;&lt;p&gt;
printf(&amp;quot;%d&amp;quot;,x);&lt;/p&gt;

&lt;p&gt;
thats only way i know how, im guessing there&amp;#39;s a little more to it
than that.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how do you make the lcd screen work</title><link>https://community.arm.com/thread/104807?ContentTypeID=1</link><pubDate>Sun, 24 Apr 2011 22:38:44 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:c040bd52-dbaa-4767-a123-4c21965d9853</guid><dc:creator>ImPer Westermark</dc:creator><description>&lt;p&gt;&lt;p&gt;
If you have managed to get the LCD to display strings, then it
should be obvious how you get it to display the contents of a
variable. How would you display a variable in a command-line
program?&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how do you make the lcd screen work</title><link>https://community.arm.com/thread/79254?ContentTypeID=1</link><pubDate>Sun, 24 Apr 2011 12:40:43 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:cbcd863f-ca2b-4fb6-9ac1-d4bb06875470</guid><dc:creator>shaun scholes</dc:creator><description>&lt;p&gt;&lt;p&gt;
iv got it working now, however i have a new issue, i dont know how
to get it to print a variable.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how do you make the lcd screen work</title><link>https://community.arm.com/thread/66520?ContentTypeID=1</link><pubDate>Sun, 24 Apr 2011 11:16:43 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:66850831-f0a8-43aa-b2e5-9967dc410711</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;p&gt;
That is fundamental. If you can&amp;#39;t even get that to work, then
there&amp;#39;s no point trying to move on to anything else.&lt;/p&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>