<?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>LPC MicrocontrollersのトピックRe: OLED 1306</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/OLED-1306/m-p/1701477#M53794</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;the project described&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/" target="_blank"&gt;https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/&lt;/A&gt;&amp;nbsp; in&amp;nbsp; includes an SSD1306 (or SH1109) display too: &lt;A href="https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/" target="_blank"&gt;https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the project is on GitHub: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can turn the OLED support on in &lt;A href="https://github.com/ErichStyger/mcuoneclipse/blob/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky/source/platform.h" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/blob/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky/source/platform.h&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 03:17:12 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2023-08-09T03:17:12Z</dc:date>
    <item>
      <title>OLED 1306</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/OLED-1306/m-p/1701330#M53791</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm currently in search of a functional example utilizing the OLED SSD1306 display on the LPCXpresso55S16&lt;/SPAN&gt;, I want to use the OLED w click along with a project where I am using LPCXpresso55S16, the oled w click belongs to the ssd1306 oled family.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While exploring, I came across this resource:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://gitlab.com/mcucodes/oled-display-lpc804" target="_new"&gt;https://gitlab.com/mcucodes/oled-display-lpc804&lt;/A&gt;&lt;SPAN&gt;. Regrettably, my attempts to implement this on the board have not yielded success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ahmed.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 19:13:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/OLED-1306/m-p/1701330#M53791</guid>
      <dc:creator>ahmed007</dc:creator>
      <dc:date>2023-08-08T19:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: OLED 1306</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/OLED-1306/m-p/1701454#M53793</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have check the source code in the github:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://gitlab.com/mcucodes/oled-display-lpc804" target="_new" rel="nofollow noopener noreferrer"&gt;https://gitlab.com/mcucodes/oled-display-lpc804&lt;/A&gt;, the LPC804 uses I2C to interface with the SSD1306 oLED, I suppose that LPCXpresso55S16 can interface with the SSD1306 with I2C port and you can use the code directly.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 02:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/OLED-1306/m-p/1701454#M53793</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-08-09T02:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: OLED 1306</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/OLED-1306/m-p/1701477#M53794</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217282"&gt;@ahmed007&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;the project described&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/" target="_blank"&gt;https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/&lt;/A&gt;&amp;nbsp; in&amp;nbsp; includes an SSD1306 (or SH1109) display too: &lt;A href="https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/" target="_blank"&gt;https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the project is on GitHub: &lt;A href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can turn the OLED support on in &lt;A href="https://github.com/ErichStyger/mcuoneclipse/blob/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky/source/platform.h" target="_blank"&gt;https://github.com/ErichStyger/mcuoneclipse/blob/master/Examples/MCUXpresso/LPC55S16-EVK/LPC55S16_Blinky/source/platform.h&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 03:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/OLED-1306/m-p/1701477#M53794</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-08-09T03:17:12Z</dc:date>
    </item>
  </channel>
</rss>

