Searched hist:d804452bf4e4484d2ea305f3d4dc7ba219298fb3 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/board/BuR/common/ |
| H A D | common.c | d804452bf4e4484d2ea305f3d4dc7ba219298fb3 Fri Apr 24 12:49:35 UTC 2015 Hannes Petermaier <oe5hpm@oevsv.at> board/BuR/tseries: take usage of CONFIG_LCD_ROTATION
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>
|