13 Aug, 2013

2 commits

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

    commit bcfbeecea11c15e243f076d37d637c2598aff4fe
    Author: Bjarni Ingi Gislason
    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
    #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
    Cc: Anatolij Gustschin

    Marek Vasut
     
  • This patch moves all the font configuration values into video_font_data.h
    so they are all in the right place with the font. The video_font.h now only
    includes video_font_data.h and will allow us to select and include different
    font once more fonts are added.

    Signed-off-by: Marek Vasut
    Cc: Anatolij Gustschin
    [agust: fixed build warning for mcc200]
    Signed-off-by: Anatolij Gustschin

    Marek Vasut
     

24 Jul, 2013

1 commit


16 Nov, 2011

1 commit

  • While video_font.h is useful even without referencing the font data, it
    is not possible to be included multiple times because it defines font
    data array right in the header.

    This patch splits the font data array into video_font_data.h and so now
    video_font.h can be included multiple times. This at least solves the
    code duplication in board/mcc200/lcd.c.

    Signed-off-by: Che-Liang Chiou
    Acked-by: Mike Frysinger

    Che-Liang Chiou
     

25 Oct, 2000

1 commit