# LCD rotation

<abstract>
This article explains how to rotate the LCD screen on CM-Panel
</abstract>

###Add this line in __/boot/config.txt__ the reboot

Normal

	display_rotate=0
	framebuffer_width=800
	framebuffer_height=480

Portrait-1 (raspberry icons on the right)

	display_rotate=1
	framebuffer_width=480
	framebuffer_height=800

Upside down

	display_rotate=2
	framebuffer_width=800
	framebuffer_height=480


Portrait-2 (raspberry icons on the left)

	display_rotate=3
	framebuffer_width=480
	framebuffer_height=800


@eshop='CM3-PANEL-W'
<!--
<div>
    <a href="/doc_cm3-panel-7-poe" class = "btn btn-primary" role="button">
       CM3-Panel-7-poe technical documentation
	    </a>
</div>
-->
