[U-Boot] [PATCH 09/18] dm: video: Add a driver for a rotated text console
Anatolij Gustschin
agust at denx.de
Sun Jan 17 21:07:24 CET 2016
On Tue, 5 Jan 2016 09:31:05 -0700
Simon Glass <sjg at 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 at chromium.org>
> ---
>
> drivers/video/Kconfig | 13 ++
> drivers/video/Makefile | 1 +
> drivers/video/console_rotate.c | 435 +++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 449 insertions(+)
> create mode 100644 drivers/video/console_rotate.c
Acked-by: Anatolij Gustschin <agust at denx.de>
--
Anatolij
More information about the U-Boot
mailing list