<?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>Kinetis MicrocontrollersのトピックRe: Printf in LCD 4x20</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238437#M5656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another solution is to use asprintf or sprintf to format and place the output into a character string buffer. You can then send the buffer to the LCD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 14:59:10 GMT</pubDate>
    <dc:creator>ndavies</dc:creator>
    <dc:date>2013-12-03T14:59:10Z</dc:date>
    <item>
      <title>Printf in LCD 4x20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238433#M5652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using a LCD 4x20, Is there a way to use the function printf in my LCD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do? or What do I need to modify?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 16:44:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238433#M5652</guid>
      <dc:creator>ivanrobles</dc:creator>
      <dc:date>2013-12-02T16:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printf in LCD 4x20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238434#M5653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ivan&lt;/P&gt;&lt;P&gt;What is your LCD interface? Is it UART? If not, I am afraid that you cannot use function printf in your project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 01:04:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238434#M5653</guid>
      <dc:creator>Paul_Tian</dc:creator>
      <dc:date>2013-12-03T01:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Printf in LCD 4x20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238435#M5654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IAR-toolchain built-in printf function funnels thru a 'write' byte-output function, so if you can make a driver that takes that ASCII and creates the proper display and functions on your display, then off you go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 01:12:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238435#M5654</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2013-12-03T01:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Printf in LCD 4x20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238436#M5655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;Please check this link &lt;A href="http://mcuoneclipse.com/2013/05/29/character-lcd-with-4-lines/" title="http://mcuoneclipse.com/2013/05/29/character-lcd-with-4-lines/"&gt;Character LCD with 4 Lines | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am using this for 4X20 LCD and it is working fine for me. One modification in hardware is required, as in my case LCD required 5V supply but the Kinetis works on 3.3V so for interfacing This LCD I had to use a voltage level shifter in between. The rest you can see on the tutorial. If you are using Processor expert, there is a PE component for that i.e &lt;A href="http://steinerberg.com/EmbeddedComponents/LCDHTA/home.htm" title="http://steinerberg.com/EmbeddedComponents/LCDHTA/home.htm"&gt;LCDHTA&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Amit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 12:03:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238436#M5655</guid>
      <dc:creator>Amit_Kumar1</dc:creator>
      <dc:date>2013-12-03T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printf in LCD 4x20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238437#M5656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another solution is to use asprintf or sprintf to format and place the output into a character string buffer. You can then send the buffer to the LCD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 14:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238437#M5656</guid>
      <dc:creator>ndavies</dc:creator>
      <dc:date>2013-12-03T14:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Printf in LCD 4x20</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238438#M5657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I used sprintf and it was the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 17:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Printf-in-LCD-4x20/m-p/238438#M5657</guid>
      <dc:creator>ivanrobles</dc:creator>
      <dc:date>2013-12-10T17:11:18Z</dc:date>
    </item>
  </channel>
</rss>

