[U-Boot] [PATCH v4 4/4] dm: video: support increased intensity (bold)
Simon Glass
sjg at chromium.org
Fri Feb 9 16:06:47 UTC 2018
On 8 February 2018 at 13:47, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Support special rendition code 0 - reset attributes.
> Support special rendition code 1 - increased intensity (bold).
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v4
> Rename priv->fg to priv->fg_col_idx.
> v3
> Add color constants.
> v2
> SGR 0 should reset the colors and the attributes.
> ---
> drivers/video/vidconsole-uclass.c | 32 ++++++++++++++++++++++++++------
> drivers/video/video-uclass.c | 5 ++++-
> include/video.h | 2 ++
> include/video_console.h | 12 ++++++++++--
> test/dm/video.c | 2 +-
> 5 files changed, 43 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list