mirror of https://github.com/Desuuuu/klipper.git
config: Mention 0/1 is valid for display_glyph data
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f28c3319ed
commit
c630ecf3c7
|
@ -1911,9 +1911,11 @@
|
|||
#data:
|
||||
# The display data, stored as 16 lines consisting of 16 bits (1 per
|
||||
# pixel) where '.' is a blank pixel and '*' is an on pixel (e.g.,
|
||||
# "****************" to display a solid horizontal line). Put each
|
||||
# display line into a separate config line. The glyph must consist
|
||||
# of exactly 16 lines with 16 bits each. This parameter is optional.
|
||||
# "****************" to display a solid horizontal line).
|
||||
# Alternatively, one can use '0' for a blank pixel and '1' for an on
|
||||
# pixel. Put each display line into a separate config line. The
|
||||
# glyph must consist of exactly 16 lines with 16 bits each. This
|
||||
# parameter is optional.
|
||||
#hd44780_data:
|
||||
# Glyph to use on 20x4 hd44780 displays. The glyph must consist of
|
||||
# exactly 8 lines with 5 bits each. This parameter is optional.
|
||||
|
|
Loading…
Reference in New Issue