aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/example-extras.cfg8
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.