<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135419#M4007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Dear Alban:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Evidently you have&amp;nbsp;your brain very &lt;FONT size="5"&gt;BURNEDDDDDD!!!!.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;You are soooo bad behind the computer...&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;Sincerely I don`t matter what you think about me.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;Your are blind too...why don`t see all my post to see my points intead of write moron things??????????.I neverrrrrrrrrrr told that I was programming in C lenguage.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;My experience comes from PICBASIC and assembler lenguage!...pay attention!!!!!!.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;From now I will talk to Airswit and Rhinoceroshead who were the only persons that really well known my problem and Resolved it.&lt;/DIV&gt;&lt;DIV&gt;I will not reply more threads from you and I don`t expect you understand that.......&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kilopondio&lt;FONT size="5"&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2006 03:13:40 GMT</pubDate>
    <dc:creator>kilopondio</dc:creator>
    <dc:date>2006-05-12T03:13:40Z</dc:date>
    <item>
      <title>PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135406#M3994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have a routine done in C of CODEWARRIOR that works&amp;nbsp;pretty well but the only thing that I can show are messages but I cannot show dynamic values just like the content of an value updating in the LCD screen or temperature value, etc.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I use this function to send messages as follows:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;void printf_LCD_4bits(unsigned to char row, unsigned to char column, to char * text)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;unsigned char adrs;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;adrs = columna - 1;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;if(fila == 2)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;adrs = adrs | 0x40;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;Ctrl4bits(adrs | 0x80);&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;while(*text)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;Datos4bits(*text++);&lt;BR /&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I got the feeling that this routine would need some fourth argument inside the function so that I can manipulate other kind of values.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;THe problem is that I`m not very familiar with C programming just as I make my own routine.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please have mercy&amp;nbsp;of me!!!!!!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kilopondio&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 03:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135406#M3994</guid>
      <dc:creator>kilopondio</dc:creator>
      <dc:date>2006-05-10T03:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135407#M3995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi kilopondio,&lt;/P&gt;&lt;P&gt;Normally I would use 1 function to write all the static data to the lcd like:&lt;/P&gt;&lt;P&gt;The temp is xx degrees.&lt;/P&gt;&lt;P&gt;Then call another function at some kind of update rate (maybe up to 3 times a second but probably not for temperature) which just writes the data value over the top of the old value. If its just one character or maybe two you could use cursor shift left then write or just set the DD RAM address to the first character. The second function would probably take a position and a value rather than a string.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards Peg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 15:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135407#M3995</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-05-10T15:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135408#M3996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;What happens when you send the Dynamic data? Do you get junk&amp;nbsp;on the display?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 01:05:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135408#M3996</guid>
      <dc:creator>bespenschied</dc:creator>
      <dc:date>2006-05-11T01:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135409#M3997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Cheers&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The compiler stops indicating an error .If you see the code that I put in here you'll notice that the function has 3 arguments and I thinks this should have 4 arguments just like&amp;nbsp; (row,column,text,value).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The problem is that I`m not familiarized with C lenguage and it`s driving me crazy!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;That`s all folk!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You got it?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 02:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135409#M3997</guid>
      <dc:creator>kilopondio</dc:creator>
      <dc:date>2006-05-11T02:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135410#M3998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;bespenschied wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;What happens when you send the Dynamic data? Do you get junk&amp;nbsp;on the display?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;What happens is, it works as you would like it too.&lt;/P&gt;&lt;P&gt;Its just RAM, in your MCU you don't update the entire RAM block just to update 1 variable inRAM, do you?&lt;/P&gt;&lt;P&gt;No junk!&lt;/P&gt;&lt;P&gt;Regards Peg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 06:14:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135410#M3998</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-05-11T06:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135411#M3999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;kilopondio wrote:&lt;BR /&gt;&lt;DIV&gt;Cheers&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The compiler stops indicating an error .If you see the code that I put in here you'll notice that the function has 3 arguments and I thinks this should have 4 arguments just like&amp;nbsp; (row,column,text,value).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The problem is that I`m not familiarized with C lenguage and it`s driving me crazy!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;That`s all folk!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You got it?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Well technically there was several problems with the posted code, But I though you were after more of a conceptual response.&lt;/P&gt;&lt;P&gt;Peg.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 06:17:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135411#M3999</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-05-11T06:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135412#M4000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Dear...dear....dear... Peg:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;More conceptual explanation????.....what is so difficult to understand here???.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It`s very simple to understand.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have a function like this &lt;STRONG&gt;&lt;EM&gt;print_lcd_4bits (row,column,text)&lt;/EM&gt;&lt;/STRONG&gt; and I cannot display some dymanic value just like a counter value,temperature,etc.This functions just let me display text messages.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I just need some function that avoids me to be able to manipulate this kind of data.That`s all.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There are many things&amp;nbsp;by which I am&amp;nbsp;dealing with the bad humor as follows:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1) I don`t understand why the Freescale`s comunity is so closed to share appnotes and experience.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2) Notice that it is the fourth posted message and I still don`t get solution to my problem.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;3) Feescale assumes ,by default, that all people have experience and we are all expert in C programming lenguage. (Codewarrior)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;4) there is NO begginer user manual (Codewarrior)&amp;nbsp;for the people who is starting up with this stuffs.All material is based upon especific appnotes for some kind of micros.I`m working especifically on 68HC908GP32 chip.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;5) And what it is worst,it`s a very long time that I`m posting in some&amp;nbsp;MOTOROLA micros forums&amp;nbsp;that I have found&amp;nbsp;around WITH NO SUCCESSFULL!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I come from the Microchip comunity and it`s all much easiest world than this because it`s all well resolved, there are many appnotes to satisfy the problems where the people can get from.The problem is that I was forced to use MOTORLA chips.Otherwise, I could have used the PIC one.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I think&amp;nbsp;this is not the right forum&amp;nbsp;for&amp;nbsp;people like me who is searching for to pay the rent every month.I just need to&amp;nbsp;resolve very fast&amp;nbsp;my project to be able to deliver it and get the money.I just can`t wait so long.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I believe that this&amp;nbsp;is the right place adapted for enthusiastic students&amp;nbsp;who&amp;nbsp;like to investigate without no other class of preoccupations.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I don`t expect your help because of my words but I did want to tell my opinion.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kindly regards.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kilopondio&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 20:17:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135412#M4000</guid>
      <dc:creator>kilopondio</dc:creator>
      <dc:date>2006-05-11T20:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135413#M4001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;void printf_LCD_4bits(char row,char column,char * text,char value)&lt;BR /&gt;{&lt;BR /&gt;char adrs;&lt;BR /&gt;&lt;BR /&gt;adrs = columna - 1;&lt;BR /&gt;&lt;BR /&gt;if(fila == 2)&lt;BR /&gt;adrs = adrs | 0x40;&lt;BR /&gt;&lt;BR /&gt;Ctrl4bits(adrs | 0x80);&lt;BR /&gt;&lt;BR /&gt;while(*text)&lt;BR /&gt;Datos4bits(*text++);&lt;BR /&gt;Dataos4bits(':');&lt;BR /&gt;Dataos4bits( ((value%1000)/100)+0x30);&lt;BR /&gt;Dataos4bits( ((value%100)/10)+0x30);&lt;BR /&gt;Dataos4bits( (value%10)+0x30);&lt;BR /&gt;//^^should get you started with up to 3 digit number, kinda&lt;BR /&gt;&lt;BR /&gt;}&lt;P&gt;Message Edited by airswit on &lt;SPAN class="date_text"&gt;05-11-2006&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;08:51 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 20:43:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135413#M4001</guid>
      <dc:creator>airswit</dc:creator>
      <dc:date>2006-05-11T20:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135414#M4002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Cheers&amp;nbsp;Airswi!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you so ,so so much for taking time to help me with my problem.You are very cool!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I will try the routine you suggested me and I`ll tell you later.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Have a nice week buddy!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kilopondio&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 21:06:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135414#M4002</guid>
      <dc:creator>kilopondio</dc:creator>
      <dc:date>2006-05-11T21:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135415#M4003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;If you have enough spare ROM on your device, you can include the stdio library and use the standard C print format functions to build your string and then use the function that you originally posted here to display the string.&amp;nbsp; Here's how that would work:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Add this at the top of your source file:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;#include &amp;lt;stdio.h&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then you have to declare a chunk of memory to hold the string:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;char text[17];&amp;nbsp; //for a 16 digit display&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then suppose you want to write this to your display, "time: 145 us" and&amp;nbsp;the number 145 is stored in the integer called "time".&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;sprintf(text, "time: %d us", time);&amp;nbsp; // this will replace the %d with the value of time&lt;/DIV&gt;&lt;DIV&gt;printf_LCD_4bits(row, col, text);&amp;nbsp; // assuming this function writes a string&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have done this many times.&amp;nbsp; It allows you to display dynamic ints, strings, floats, and it already handles things like negative sign display, truncating, displaying hex numbers - and it is very well documented on the Internet.&amp;nbsp; It is not nearly as efficient as the method that Peg and airswit are describing, but if your application is not time critical and if you have&amp;nbsp;lots of spare&amp;nbsp;flash, it is very easy to use.&amp;nbsp; You can also do multiple dynamic values like this:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;sprintf(text, "time: %d:%d.%d", min, sec, ms);&lt;/DIV&gt;&lt;DIV&gt;printf_LCD_4bits(row,col,text);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;which, if min = 3, sec = 31 and ms = 456, your display will show this:&lt;/DIV&gt;&lt;DIV&gt;"time: 3:31.456"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For floats, it allows you to define how many decimal places to include:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;sprintf(text, "%.3f inches", in);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So if you have the number 123.456789 stored in a float, then it will display:&lt;/DIV&gt;&lt;DIV&gt;"123.456 inches"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Also, you should not be attacking Peg - who is probably the most active contributor on this forum - and Peg does this out of goodwill and was not intending to mock you in any way.&amp;nbsp; It is your responsibility to make the check appear every month - not Freescale's and not Freescale's forum.&amp;nbsp; I happen to prefer the Freescale microcontrollers over the PICs - and it's probably just because I am inexperienced with PICs.&amp;nbsp; Being an expert at one device doesn't make the other ones inferior.&amp;nbsp; You will get more useful help on ANY forum if you are courteous, grateful&amp;nbsp;and willing to provide information and accept that the contributors can not read your mind.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 01:03:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135415#M4003</guid>
      <dc:creator>rhinoceroshead</dc:creator>
      <dc:date>2006-05-12T01:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135416#M4004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;To Rhinoceroshead:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Thank you very very much for your help.You are very cool guy!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To Airswit:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Brother,you are a genious.Thanks to you my problem is over!!..The routine you modificated me just worked out OK!!!!.You are a very cool guy too.&lt;/P&gt;&lt;P&gt;Guys you show me that there are cool people yet...&lt;/P&gt;&lt;P&gt;Greetings!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kilopondio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 01:59:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135416#M4004</guid>
      <dc:creator>kilopondio</dc:creator>
      <dc:date>2006-05-12T01:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135417#M4005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;My friend Rhinoceroshead:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;I understand with humility your point of view but I believe that&amp;nbsp;you didn`t&amp;nbsp; interpret so well some points that I mentioned before&amp;nbsp;.&amp;nbsp; I do accept that other people do not think like&amp;nbsp;me but what&amp;nbsp;bothers me much&amp;nbsp;is the people who criticize and&amp;nbsp;do not help.&amp;nbsp;I simply&amp;nbsp;exposed my annoyance.&lt;/DIV&gt;&lt;DIV&gt;I believe that the critic&amp;nbsp;must be accompanied of a solid idea.Peg inquired me that I didn`t give a &lt;STRONG&gt;"conceptual explanation"&lt;/STRONG&gt;.I have posted 4 times my problem and he didn`t do anything&amp;nbsp;In order to help to solve my problem.He`s got no obligation to do this but&amp;nbsp;then I don`t accept&amp;nbsp;any critics. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;Please don`t be confused.I never&amp;nbsp;told that the forum people have the fault of my&amp;nbsp; problems.I just simply told that it seemed&amp;nbsp; this forum&amp;nbsp;was a little closed.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;I appreciate your effort and I wish you have a nice week!.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Greetings&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kilopondio&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 02:36:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135417#M4005</guid>
      <dc:creator>kilopondio</dc:creator>
      <dc:date>2006-05-12T02:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135418#M4006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;I do acknowledge that you &lt;STRONG&gt;certainly have a bad mood&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;If you had read&amp;nbsp;existing posts, you would have found out Freescale position on the Communities.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Participation of Freescalers in on a voluntary basis only.&lt;/LI&gt;&lt;LI&gt;Problems blocking people's project MUST be &lt;A href="http://www.freescale.com/TechSupport" rel="nofollow" target="_blank"&gt;submitted as a Service Request&lt;/A&gt; as it is the only way to have a formal support within a certain time frame.&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;kilopondio wrote:&lt;BR /&gt;&lt;DIV&gt;(...)&lt;/DIV&gt;&lt;DIV&gt;I think&amp;nbsp;this is not the right forum&amp;nbsp;for&amp;nbsp;people like me who is searching for to pay the rent every month.I just need to&amp;nbsp;resolve very fast&amp;nbsp;my project to be able to deliver it and get the money.I just can`t wait so long.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I believe that this&amp;nbsp;is the right place adapted for enthusiastic students&amp;nbsp;who&amp;nbsp;like to investigate without no other class of preoccupations.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;--&amp;gt; I will have to be strong here, but &lt;STRONG&gt;&lt;EM&gt;&lt;FONT size="4"&gt;do you really think you can arrive here and insult and undermine everyone after one thread ???&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Your difficulties in C have nothing to do with the fact you are using Freescale microcontrollers. You could use C code from PIC or include HC08 ASM.&lt;BR /&gt;Why are you not accusing the LCD manufacturer who didn't provide you with the &lt;STRONG&gt;.H&lt;/STRONG&gt; header and&amp;nbsp;&lt;STRONG&gt;.C&lt;/STRONG&gt; function&amp;nbsp;files ? Many, but many, many of those are available to download on the web, just by looking in Google.&lt;BR /&gt;One of the first Google results for &lt;STRONG&gt;".C" LCD&amp;nbsp;Nitron&lt;/STRONG&gt;&amp;nbsp;(thinking about a well known brand)&amp;nbsp;&lt;A href="http://eckhard-gosch.de/eng/controller/lcdterm.htm" rel="nofollow" target="_blank"&gt;is a website&lt;/A&gt; from a contributor with an example for an Hitachi disply using QY with the code ready to be used ...&lt;/P&gt;&lt;P&gt;Of course Application Notes are based on a specific device. Their are given to be on a specific device to demonstrate an example.&lt;BR /&gt;However, MOST of them are applicable to all the family. For instance, if it's on a Timer TIM08, it will apply on the TIM08 all across the board.&lt;/P&gt;&lt;P&gt;The Freescale Community&amp;nbsp;was opened only few months ago and all Application Notes and Engineering Bulletins are available freely just by using the search engine at the top of each single page throughout Freescale website.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Addressing people the way you do will not bring you help !&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you don't &lt;STRONG&gt;respect&lt;/STRONG&gt; the board and its members, just leave please.&lt;/P&gt;&lt;P&gt;Alban.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 02:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135418#M4006</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-05-12T02:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135419#M4007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Dear Alban:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Evidently you have&amp;nbsp;your brain very &lt;FONT size="5"&gt;BURNEDDDDDD!!!!.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;You are soooo bad behind the computer...&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;Sincerely I don`t matter what you think about me.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;Your are blind too...why don`t see all my post to see my points intead of write moron things??????????.I neverrrrrrrrrrr told that I was programming in C lenguage.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="5"&gt;My experience comes from PICBASIC and assembler lenguage!...pay attention!!!!!!.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;From now I will talk to Airswit and Rhinoceroshead who were the only persons that really well known my problem and Resolved it.&lt;/DIV&gt;&lt;DIV&gt;I will not reply more threads from you and I don`t expect you understand that.......&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kilopondio&lt;FONT size="5"&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 03:13:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135419#M4007</guid>
      <dc:creator>kilopondio</dc:creator>
      <dc:date>2006-05-12T03:13:40Z</dc:date>
    </item>
    <item>
      <title>PROBLEMS TO understand what the problem really is . . .</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135420#M4008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Kilopondio:&lt;BR /&gt;&lt;BR /&gt;I think we simply had a miscommunication. I understand that there are often language barriers with this board, and I think this thread is a manifestation of that.&lt;BR /&gt;&lt;BR /&gt;Peg did not ask for a "conceptual explanation". I think Peg thought (as did I) that you were &lt;B&gt;asking&lt;/B&gt; for a conceptual explanation, and actually provided one (and a good one, IMHO). You did not say in your original post that you really wanted code.&lt;BR /&gt;&lt;BR /&gt;Keep in mind that it is often hard to understand technical posts when not everyone is fluent in english.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 03:20:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135420#M4008</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-05-12T03:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135421#M4009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;User Banned.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 03:21:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135421#M4009</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-05-12T03:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135422#M4010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Sorry, this was all my fault.&amp;nbsp; I mailed Kilopondio some fresh coffee, and I forgot about the time difference.&amp;nbsp; It appears that I&amp;nbsp;should have sent beer.&amp;nbsp; Please accept my sincere apology.&amp;nbsp; I think we should double Peg's salary.&amp;nbsp; I will accept a 50% cut in my own.&amp;nbsp; :smileyhappy:&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 04:30:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135422#M4010</guid>
      <dc:creator>rhinoceroshead</dc:creator>
      <dc:date>2006-05-12T04:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO DISPLAY DYNAMIC VALUES ON LCD SCREEN</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135423#M4011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Well I,m glad all this transpired while I was asleep!&lt;/P&gt;&lt;P&gt;I'm not going to comment on kilopondio, that's well covered already.&lt;/P&gt;&lt;P&gt;What I will say is that this confusion often happens here.&lt;/P&gt;&lt;P&gt;People either don't give enough details, i.e. what MCU, what software (CW etc) how do they connect to the device?&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;They don't indicate where they are having the problem:&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;I understand what to do, but how do I implement it in C&lt;/P&gt;&lt;P&gt;OR I don't understand how to implement this in this MCU.&lt;/P&gt;&lt;P&gt;OR I have got no idea of the basic concept of how to get this done.&lt;/P&gt;&lt;P&gt;I am not having a whinge here, I could just go away.&lt;/P&gt;&lt;P&gt;Just hoping some people will be able to learn something from this thread.&lt;/P&gt;&lt;P&gt;Regards Peg&lt;/P&gt;&lt;P&gt;BTW thanks for the support (rocco knew what I was saying).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 04:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135423#M4011</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-05-12T04:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS TO understand what the problem really is . . .</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135424#M4012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Rocco &amp;amp; Kilopondio,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I do understand communications problem can occur because of different language.&lt;/DIV&gt;&lt;DIV&gt;English is not my mother tongue either.&lt;/DIV&gt;&lt;DIV&gt;However I try to stay calm and ask courteously when I don't understand something. And Peg&amp;nbsp;statement was clear...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As long as I am granted the "privilege" of being Moderator, I will not tolerate insults or attacks.&lt;/DIV&gt;&lt;DIV&gt;I'm &lt;STRONG&gt;not&lt;/STRONG&gt; looking for reward for the huge amount of time I and everybody else is spending on those boards. Still, I expect &lt;STRONG&gt;everyone to be treated properly&lt;/STRONG&gt; for the Contribution&amp;nbsp;they offer freely and voluntarily.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Kind Regards,&lt;BR /&gt;Alban. {Not Mod 4 long ?!}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 17:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/PROBLEMS-TO-DISPLAY-DYNAMIC-VALUES-ON-LCD-SCREEN/m-p/135424#M4012</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2006-05-12T17:22:09Z</dc:date>
    </item>
  </channel>
</rss>

