[U-Boot] [PATCH v2 05/14] dm: video: Add a driver for a rotated text console
Simon Glass
sjg at chromium.org
Thu Jan 21 16:19:01 CET 2016
On 18 January 2016 at 19:52, 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>
> Acked-by: Anatolij Gustschin <agust at 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
More information about the U-Boot
mailing list