mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
display: Use '.' and '*' in display_glyph description
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d94dd8e9fd
commit
1a7e4e51b3
3 changed files with 127 additions and 126 deletions
|
@ -1909,10 +1909,11 @@
|
|||
# i.e. ~my_display_glyph~
|
||||
#[display_glyph my_display_glyph]
|
||||
#data:
|
||||
# The display data, stored as 16 lines consisting of 16 bits (1 per pixel)
|
||||
# e.g. 1111111111111111 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.
|
||||
# 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.
|
||||
|
||||
# If a primary [display] section has been defined in printer.cfg as shown
|
||||
# above it is possible to define multiple auxilary displays. Note that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue