<?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のトピックProblem display orientation</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550069#M13957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem display orientation:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use LPC1850 with display LCD TFT 5,7” (640 X 480),DISPLAY_DRIVER GUIDRV_LIN_32&lt;/P&gt;&lt;P&gt;and try to change display orientation&lt;/P&gt;&lt;P&gt;with #define GUIDRV_LIN_OSY_24&lt;/P&gt;&lt;P&gt;or #define DISPLAY_ORIENTATION (GUI_SWAP_XY | GUI_MIRROR_Y)&lt;/P&gt;&lt;P&gt;or #define LCD_SWAP_XY 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; #define LCD_MIRROR_Y 1&lt;/P&gt;&lt;P&gt;they are did work.&lt;/P&gt;&lt;P&gt;using GUI_SetOrientation(GUI_SWAP_XY | GUI_MIRROR_Y); it is ok,&lt;/P&gt;&lt;P&gt;but display flicker while displaying the image ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jun 2016 13:21:55 GMT</pubDate>
    <dc:creator>weizhongyang</dc:creator>
    <dc:date>2016-06-20T13:21:55Z</dc:date>
    <item>
      <title>Problem display orientation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550069#M13957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem display orientation:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use LPC1850 with display LCD TFT 5,7” (640 X 480),DISPLAY_DRIVER GUIDRV_LIN_32&lt;/P&gt;&lt;P&gt;and try to change display orientation&lt;/P&gt;&lt;P&gt;with #define GUIDRV_LIN_OSY_24&lt;/P&gt;&lt;P&gt;or #define DISPLAY_ORIENTATION (GUI_SWAP_XY | GUI_MIRROR_Y)&lt;/P&gt;&lt;P&gt;or #define LCD_SWAP_XY 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; #define LCD_MIRROR_Y 1&lt;/P&gt;&lt;P&gt;they are did work.&lt;/P&gt;&lt;P&gt;using GUI_SetOrientation(GUI_SWAP_XY | GUI_MIRROR_Y); it is ok,&lt;/P&gt;&lt;P&gt;but display flicker while displaying the image ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 13:21:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550069#M13957</guid>
      <dc:creator>weizhongyang</dc:creator>
      <dc:date>2016-06-20T13:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem display orientation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550070#M13958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weizhong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do you mean, the methods to change the orientation which you mentioned can work and correct, but the picture will flicker?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could you tell me which GUI you are using? Did you write the LPC code by yourself? What about the board? Is the board also made by yourself?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If the picture is flickering in your LCD, did you try to increase the display frequency？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 08:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550070#M13958</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-06-30T08:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem display orientation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550071#M13959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jingjing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on new design about CPU card which include core cortex M3 LPC1850FET180 and &lt;/P&gt;&lt;P&gt;Graphics library emWin SEGGER V.530 for NXP.&lt;/P&gt;&lt;P&gt;in fact we use 24-bit color(1228800 bytes of data per frame from the SDRAM buffer into the display),&lt;/P&gt;&lt;P&gt;that slow down the whole execution on the bus system.&lt;/P&gt;&lt;P&gt;with 16-bit color all works well.&lt;/P&gt;&lt;P&gt;&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, 30 Jun 2016 13:13:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550071#M13959</guid>
      <dc:creator>weizhongyang</dc:creator>
      <dc:date>2016-06-30T13:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem display orientation</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550072#M13960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weizhong,&lt;/P&gt;&lt;P&gt;If the system can work with higher frequency, can you try to increase your whole system clock and the peripheral clock frequency for your LCD?&lt;/P&gt;&lt;P&gt;Your problem is mainly caused by the refresh time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:21:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-display-orientation/m-p/550072#M13960</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-07-01T09:21:47Z</dc:date>
    </item>
  </channel>
</rss>

