8,367
edits
Changes
→The desktop image rotation display and touch direction method
<ol style="list-style-type: lower-alpha;">
<li><p>'''None''': Not rotate</p>
{| class="wikitable" style="width:800px;" |-|<p>orangepi@orangepi:~$ '''set_lcd_rotate.sh none'''</p>|}</li>
<li><p>'''Left''': Rotate 90 degrees to the left</p>
{| class="wikitable" style="width:800px;" |-|<p>orangepi@orangepi:~$ '''set_lcd_rotate.sh left'''</p>|}</li>
<li><p>'''Inverted''': Flipting up and down, equivalent to rotating 180 > degrees</p>
{| class="wikitable" style="width:800px;" |-|<p>orangepi@orangepi:~$ '''set_lcd_rotate.sh inverted'''</p>|}</li>
<li><p>'''Right''': Rotate 90 degrees to the right</p>
{| class="wikitable" style="width:800px;"
|-
|
<p>orangepi@orangepi:~$ '''set_lcd_rotate.sh right'''</p>
|} {| class="wikitable" style="background-color:#ffffdc;width:800px;" |-| <big><p>'''set_lcd_rotate.sh The script mainly does four things:'''</p></li></ol></li></ol>
<ol style="list-style-type: decimal;">
<li><p>'''Rotate the direction of Framebuffer displayed'''</p></li>
<li><p>'''Close the boot LOGO'''</p></li>
<li><p>'''Restart the system'''</p>
<p>'''The direction of the rotation touch is achieved by adding <span class="mark">Option Tr</span>ansformationMatrix""x x x x x x x x x"in /usr/share/X11/xorg.conf.d/40-libinput.conf. Among them, "x x x x x x x x x" is different in different directions.'''</p></li></ol>
</big>
|}
</ol>
</li></ol>
<!-- -->
<ol start="7" style="list-style-type: decimal;">
<li><p>Touch rotation reference materials</p>
<span id="instructions-for-opening-the-logo-use-instructions"></span>
== Instructions for opening the logo use instructions ==