Skip to content

Commit

Permalink
docs: fb: Add font_6x8 to available built-in fonts
Browse files Browse the repository at this point in the history
Recently we added a new 6x8 font in commit e2028c8 ("lib/fonts: add
font 6x8 for OLED display"). Add its name to the "compiled-in fonts"
list.

Signed-off-by: Peilin Ye <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
peilin-ye authored and danvet committed Oct 19, 2020
1 parent d3c8f27 commit eda4a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/fb/fbcon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ C. Boot options
1. fbcon=font:<name>

Select the initial font to use. The value 'name' can be any of the
compiled-in fonts: 10x18, 6x10, 7x14, Acorn8x8, MINI4x6,
compiled-in fonts: 10x18, 6x10, 6x8, 7x14, Acorn8x8, MINI4x6,
PEARL8x8, ProFont6x11, SUN12x22, SUN8x16, TER16x32, VGA8x16, VGA8x8.

Note, not all drivers can handle font with widths not divisible by 8,
Expand Down

0 comments on commit eda4a7b

Please sign in to comment.