diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-06-08 17:21:42 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-06-08 21:40:42 -0400 |
commit | 1a7e4e51b32bb4eead6eab111293ced012871414 (patch) | |
tree | 90fa0c7fb432827396666d125ee65cceabea1c93 /config/example-extras.cfg | |
parent | d94dd8e9fdb1bde245216ada4cfd2e16bf51c4e1 (diff) | |
download | kutter-1a7e4e51b32bb4eead6eab111293ced012871414.tar.gz kutter-1a7e4e51b32bb4eead6eab111293ced012871414.tar.xz kutter-1a7e4e51b32bb4eead6eab111293ced012871414.zip |
display: Use '.' and '*' in display_glyph description
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 59c2c82a..46e056ad 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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 |