diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-03-02 20:50:17 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-03-06 10:22:37 +0100 |
commit | 5fba532954fe0363bcaa802ba4990e9466dc7d8c (patch) | |
tree | 898bfa38be08d1d9eae49ae50c297af37c9f5c41 /include/video_font_4x6.h | |
parent | 19f124d8295f17f23bc4b6d050f96b9d9d651d9f (diff) |
video: indicate code page of bitmap fonts
Add comments clarifying that the bitmap fonts support code page 437.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'include/video_font_4x6.h')
-rw-r--r-- | include/video_font_4x6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/video_font_4x6.h b/include/video_font_4x6.h index 6aeed092ad..64c5ed2eda 100644 --- a/include/video_font_4x6.h +++ b/include/video_font_4x6.h @@ -1,5 +1,5 @@ -/* Hand composed "Minuscule" 4x6 font, with binary data generated using - * Perl stub. +/* Hand composed "Minuscule" 4x6 font for code page 437, with binary data + * generated using Perl stub. * * Use 'perl -x mini_4x6.c < mini_4x6.c > new_version.c' to regenerate * binary data. |