<?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のトピックRT1176 and MIPI display (454x454) writing</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/RT1176-and-MIPI-display-454x454-writing/m-p/1592338#M51507</link>
    <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to write something on Kingtech MIPI display (454x454) in command mode.&lt;/P&gt;&lt;P&gt;First I tried to write data on display using SPI bus, and, it worked fine, but, it was really slow, so, next step was to make MIPI operational.&lt;/P&gt;&lt;P&gt;Initialization of MIPI and display seems that is fine, because I can write and read registers inside display, and, I can turn all pixels on and off and set brightness as I like.&lt;/P&gt;&lt;P&gt;When I want to write small rectangle (or some image) in the middle of the screen, as I understand that is needed to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Send initial position (X) on the display with command DT[x23]&amp;nbsp; C[x2A] and data 00-C8-00-CD using GenericWriteShort frame&lt;/LI&gt;&lt;LI&gt;Send initial position (Y) on the display with command DT[x23] C[x2B] and data &amp;nbsp;00-C8-00-CD using GenericWriteShort frame&lt;/LI&gt;&lt;LI&gt;Send command write memory 0x2C as DT[x03] C[x2C] and no parameters using GenericWriteShort frame&lt;/LI&gt;&lt;LI&gt;Send long frame with DT[0E] (Packed Pixel Stream 16-bit RGB 5-6-5 format&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with using DCS frames, and also with additional setting brightness and display on/off commands on the beginning and end, but nothing worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don’t know where is error and if somebody have idea what to do, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 12:59:06 GMT</pubDate>
    <dc:creator>dr2708</dc:creator>
    <dc:date>2023-02-02T12:59:06Z</dc:date>
    <item>
      <title>RT1176 and MIPI display (454x454) writing</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RT1176-and-MIPI-display-454x454-writing/m-p/1592338#M51507</link>
      <description>&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to write something on Kingtech MIPI display (454x454) in command mode.&lt;/P&gt;&lt;P&gt;First I tried to write data on display using SPI bus, and, it worked fine, but, it was really slow, so, next step was to make MIPI operational.&lt;/P&gt;&lt;P&gt;Initialization of MIPI and display seems that is fine, because I can write and read registers inside display, and, I can turn all pixels on and off and set brightness as I like.&lt;/P&gt;&lt;P&gt;When I want to write small rectangle (or some image) in the middle of the screen, as I understand that is needed to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Send initial position (X) on the display with command DT[x23]&amp;nbsp; C[x2A] and data 00-C8-00-CD using GenericWriteShort frame&lt;/LI&gt;&lt;LI&gt;Send initial position (Y) on the display with command DT[x23] C[x2B] and data &amp;nbsp;00-C8-00-CD using GenericWriteShort frame&lt;/LI&gt;&lt;LI&gt;Send command write memory 0x2C as DT[x03] C[x2C] and no parameters using GenericWriteShort frame&lt;/LI&gt;&lt;LI&gt;Send long frame with DT[0E] (Packed Pixel Stream 16-bit RGB 5-6-5 format&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with using DCS frames, and also with additional setting brightness and display on/off commands on the beginning and end, but nothing worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don’t know where is error and if somebody have idea what to do, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 12:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RT1176-and-MIPI-display-454x454-writing/m-p/1592338#M51507</guid>
      <dc:creator>dr2708</dc:creator>
      <dc:date>2023-02-02T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: RT1176 and MIPI display (454x454) writing</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RT1176-and-MIPI-display-454x454-writing/m-p/1596997#M51591</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This app note is available for the MIPI, I recommend review the example from the SDK.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN13768.pdf" target="_blank"&gt;Switch LCD Display On/Off in Low-Power Mode on i.MX RT1170 (nxp.com)&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12940.pdf" target="_blank"&gt;AN12940: Use Case of RT1170 LCD Display System based on MIPI DSI – Application Note (nxp.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 03:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RT1176-and-MIPI-display-454x454-writing/m-p/1596997#M51591</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2023-02-10T03:55:31Z</dc:date>
    </item>
  </channel>
</rss>

