
10 May
2015
10 May
'15
4:08 p.m.
On Fri, Apr 24, 2015 at 02:49:35PM +0200, Hannes Petermaier wrote:
We take use of the new LCD_ROTATION feature. The information about how the display is rotated is taken from B&R specific (/factory-settings/rotation) information in the devicetree.
The information there is stored as string (cw, ud, ccw, none) since starting support of this devices and cannot be changed, so we have to convert it into
none = 0 cw = 1 ud = 2 ccw = 3
Signed-off-by: Hannes Petermaier oe5hpm@oevsv.at
Applied to u-boot/master, thanks!
--
Tom