
17 Jan
2016
17 Jan
'16
9:04 p.m.
On Tue, 5 Jan 2016 09:31:04 -0700 Simon Glass sjg@chromium.org wrote:
Most of the time we don't need to rotate the display so a simple font blitting feature is enough for our purposes. Add a simple driver which supports this function. It provides text output on the console using the standard 8x16-pixel font.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/video/Makefile | 2 +- drivers/video/console_normal.c | 141 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) create mode 100644 drivers/video/console_normal.c
Acked-by: Anatolij Gustschin agust@denx.de
-- Anatolij