diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-06-09 09:05:41 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-06-09 09:05:41 -0400 |
commit | c630ecf3c79db030a49f4bbabe36dae98734dedd (patch) | |
tree | 1ca01ee8bca8a58ba2327b7811826c3c578f6f45 /config | |
parent | f28c3319ed183b0ec819be6a7b1359a3ff429cb0 (diff) | |
download | kutter-c630ecf3c79db030a49f4bbabe36dae98734dedd.tar.gz kutter-c630ecf3c79db030a49f4bbabe36dae98734dedd.tar.xz kutter-c630ecf3c79db030a49f4bbabe36dae98734dedd.zip |
config: Mention 0/1 is valid for display_glyph data
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 976d0081..15b95e87 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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. |