]> Git Repo - u-boot.git/commit - include/video_font_4x6.h
video: Add small 4x6 font from Linux
authorMarek Vasut <[email protected]>
Tue, 30 Jul 2013 21:37:58 +0000 (23:37 +0200)
committerAnatolij Gustschin <[email protected]>
Mon, 12 Aug 2013 20:34:09 +0000 (22:34 +0200)
commit785566312551ee0c3c7e352cb93f30998ebcdd16
tree931ef2ece2ab024503bec4f142cfc86b35525ba8
parentac8ba84c56ebcb61ce17c2a37898b5a432d333f5
video: Add small 4x6 font from Linux

This font is based on Linux drivers/video/console/font_mini_4x6.c as of commit:

commit bcfbeecea11c15e243f076d37d637c2598aff4fe
Author: Bjarni Ingi Gislason <[email protected]>
Date:   Sun Aug 12 15:05:10 2012 +0000

    drivers: console: font_: Change a glyph from "broken bar" to "vertical line"

I removed these lines as they are useless in U-Boot:
  #include <linux/font.h>
  #define FONTDATAMAX 1536
  Whole "const struct font_desc font_mini_4x6" block

This patch also adds a new configuration option to select this smaller font,
CONFIG_VIDEO_FONT_4X6 , but this is disabled by default. The default setting
is the regular "large" font.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
include/video_font.h
include/video_font_4x6.h [new file with mode: 0644]
This page took 0.03387 seconds and 4 git commands to generate.