<?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: Oled SSD1306 Library in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862622#M51616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, I have left this for a few weeks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2019 21:15:13 GMT</pubDate>
    <dc:creator>javierhernande1</dc:creator>
    <dc:date>2019-04-11T21:15:13Z</dc:date>
    <item>
      <title>Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862616#M51610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exist some library to control the SSD1306 via I2C with the FRDM-K64F?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 16:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862616#M51610</guid>
      <dc:creator>javierhernande1</dc:creator>
      <dc:date>2019-03-28T16:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862617#M51611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/adafruit/Adafruit_SSD1306" target="test_blank"&gt;https://github.com/adafruit/Adafruit_SSD1306&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.utasker.com/docs/uTasker/uTaskerLCD.PDF" target="test_blank"&gt;http://www.utasker.com/docs/uTasker/uTaskerLCD.PDF&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.utasker.com/docs/uTasker/uTasker_I2C.pdf" target="test_blank"&gt;http://www.utasker.com/docs/uTasker/uTasker_I2C.pdf&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.utasker.com/kinetis/FRDM-K64F.html" target="test_blank"&gt;http://www.utasker.com/kinetis/FRDM-K64F.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 17:51:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862617#M51611</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2019-03-28T17:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862618#M51612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a Processor Expert component (&lt;A class="link-titled" href="https://mcuoneclipse.com/2017/12/26/mcuoneclipse-components-26-dec-2017-release/" title="https://mcuoneclipse.com/2017/12/26/mcuoneclipse-components-26-dec-2017-release/"&gt;McuOnEclipse Components: 26-Dec-2017 Release | MCU on Eclipse&lt;/A&gt;&amp;nbsp;) which supports both SSD1306 and SH1106.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not using Processor Expert, the plain C files are here: &lt;A class="link-titled" href="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuSSD1306.c" title="https://github.com/ErichStyger/McuOnEclipseLibrary/blob/master/lib/src/McuSSD1306.c"&gt;McuOnEclipseLibrary/McuSSD1306.c at master · ErichStyger/McuOnEclipseLibrary · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A project for FRDM-K64F is available here: &lt;A class="link-titled" href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-K64F120M/FRDM-K64F_SSD1306" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/KDS/FRDM-K64F120M/FRDM-K64F_SSD1306"&gt;mcuoneclipse/Examples/KDS/FRDM-K64F120M/FRDM-K64F_SSD1306 at master · ErichStyger/mcuoneclipse · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 19:23:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862618#M51612</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2019-03-28T19:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862619#M51613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I have seen the project in github but it's for PE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 15:48:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862619#M51613</guid>
      <dc:creator>javierhernande1</dc:creator>
      <dc:date>2019-03-29T15:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862620#M51614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/warcomeb/GDL"&gt;https://github.com/warcomeb/GDL&lt;/A&gt;&amp;nbsp;and&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/warcomeb/SSD1306"&gt;https://github.com/warcomeb/SSD1306&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2019 15:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862620#M51614</guid>
      <dc:creator>MarcoGiammarini</dc:creator>
      <dc:date>2019-04-10T15:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862621#M51615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Do you still have any question about this topic?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you still have question about it, please kindly let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 02:35:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862621#M51615</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-04-11T02:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862622#M51616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, I have left this for a few weeks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 21:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862622#M51616</guid>
      <dc:creator>javierhernande1</dc:creator>
      <dc:date>2019-04-11T21:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862623#M51617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Javier,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you still have question about this case, please update it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If your question is solved, please help to mark the correct answer, just to close this case, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2019 01:50:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/862623#M51617</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-04-12T01:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oled SSD1306 Library</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/1209662#M59303</link>
      <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-SSD1306-IIC-I2C-APPLICATION-EXAMPLE/m-p/1209656#M43523" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-SSD1306-IIC-I2C-APPLICATION-EXAMPLE/m-p/1209656#M43523&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i have recently post it. This is my solution with i2c.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 13:09:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Oled-SSD1306-Library/m-p/1209662#M59303</guid>
      <dc:creator>LeonardoP4</dc:creator>
      <dc:date>2021-01-11T13:09:22Z</dc:date>
    </item>
  </channel>
</rss>

