diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index ca36c969..59c2c82a 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -1903,6 +1903,17 @@ # template. This field is evaluated using command templates (see # docs/Command_Templates.md). This parameter must be provided. +# Display a custom glyph on displays that support it. The given name +# will be assigned the given display data which can then be referenced +# in the display templates by their name surrounded by two "tilde" symbols +# 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. + # If a primary [display] section has been defined in printer.cfg as shown # above it is possible to define multiple auxilary displays. Note that # auxilary displays do not currently support menu functionality, thus they |