
21 Jan
2016
21 Jan
'16
4:19 p.m.
On 18 January 2016 at 19:52, Simon Glass sjg@chromium.org wrote:
Sometimes the console must be rotated. Add a driver which supports rotating the text clockwise to 90, 180 and 270 degrees. This can support devices where the display is rotated for mechanical reasons.
Signed-off-by: Simon Glass sjg@chromium.org Acked-by: Anatolij Gustschin agust@denx.de
Changes in v2: None
drivers/video/Kconfig | 13 ++ drivers/video/Makefile | 1 + drivers/video/console_rotate.c | 436 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 450 insertions(+) create mode 100644 drivers/video/console_rotate.c
Applied to u-boot-dm