<?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: i.mx6 rotate screen 180 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259048#M25479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For DirectFB the parameter &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;--dfb:layer-rotate=180 can be used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note the type error with only one - over, that was the bug...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Sep 2013 14:16:04 GMT</pubDate>
    <dc:creator>bjørnarsyversta</dc:creator>
    <dc:date>2013-09-06T14:16:04Z</dc:date>
    <item>
      <title>i.mx6 rotate screen 180</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259044#M25475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Do some have some hints on how to rotate the screen 180 degress on i.mx6 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use DirectFB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find this in the linux source code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt; * Enumeration of IPU rotation modes&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;enum ipu_rotate_mode {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Note the enum values correspond to BAM value */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_NONE = 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_VERT_FLIP = 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_HORIZ_FLIP = 2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_180 = 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_90_RIGHT = 4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_90_RIGHT_VFLIP = 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_90_RIGHT_HFLIP = 6,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPU_ROTATE_90_LEFT = 7,&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to able to rotate the screen in one of these:&lt;/P&gt;&lt;P&gt;1. arch/arm/mach-mx6/*&lt;/P&gt;&lt;P&gt;2. Some scripts when the system have booted. &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Example: echo '1' &amp;gt; /sys/class/graphics/fb0/rotate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think this is&amp;nbsp; IPU_ROTATE_HORIZ_FLIP, but I am not able to get the function IPU_ROTATE_180&lt;/P&gt;&lt;P&gt;3. Parameter to DirectFB. Example: df_andi -dfb:layer-rotate=180&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Does not work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did find this example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94961"&gt;ipu-examples release notes - v0.1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have not tested, but should there not be a simpler way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 10:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259044#M25475</guid>
      <dc:creator>preb</dc:creator>
      <dc:date>2013-08-16T10:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6 rotate screen 180</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259045#M25476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the mfw_v4lsink/mfw_isink gstreamer elements to rotate. Would that help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 14:51:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259045#M25476</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-08-16T14:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6 rotate screen 180</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259046#M25477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are not going to have gstreamer on the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 09:00:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259046#M25477</guid>
      <dc:creator>bjørnarsyversta</dc:creator>
      <dc:date>2013-08-20T09:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6 rotate screen 180</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259047#M25478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not IPU expert, but you may find what you need on this code &lt;A href="https://github.com/rogeriorps/ipu-examples" title="https://github.com/rogeriorps/ipu-examples"&gt;https://github.com/rogeriorps/ipu-examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 15:21:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259047#M25478</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-08-20T15:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6 rotate screen 180</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259048#M25479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For DirectFB the parameter &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;--dfb:layer-rotate=180 can be used.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note the type error with only one - over, that was the bug...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 14:16:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6-rotate-screen-180/m-p/259048#M25479</guid>
      <dc:creator>bjørnarsyversta</dc:creator>
      <dc:date>2013-09-06T14:16:04Z</dc:date>
    </item>
  </channel>
</rss>

