aboutsummaryrefslogtreecommitdiff
path: root/charLCD/conffile
diff options
context:
space:
mode:
Diffstat (limited to 'charLCD/conffile')
-rw-r--r--charLCD/conffile18
1 files changed, 18 insertions, 0 deletions
diff --git a/charLCD/conffile b/charLCD/conffile
new file mode 100644
index 0000000..04d8c26
--- /dev/null
+++ b/charLCD/conffile
@@ -0,0 +1,18 @@
+menu "charLCD" "Character LCD I2C display"
+
+CHARLCD_ADDRESS:
+ type hex
+ nodefault
+ menu "I2C Address"
+
+CHARLCD_CHARS:
+ type int
+ nodefault
+ menu "LCD character count" "Number of characters of display per line"
+
+CHARLCD_LINES:
+ type int
+ nodefault
+ menu "LCD lines count" "Number of lines of display"
+
+endmenu