aboutsummaryrefslogtreecommitdiff
path: root/charLCD
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-03-22 14:07:04 +0100
committerKarel Kočí <cynerd@email.cz>2015-03-22 14:07:04 +0100
commit1c75a78573173679505b3713a928134c4ee9716a (patch)
tree1dbb20651668dbcad6a39e4e8e3086d828251a7c /charLCD
parentbc781d73f00dc60aab4f04a8676deb34fbf724d4 (diff)
downloadavr-ioe-1c75a78573173679505b3713a928134c4ee9716a.tar.gz
avr-ioe-1c75a78573173679505b3713a928134c4ee9716a.tar.bz2
avr-ioe-1c75a78573173679505b3713a928134c4ee9716a.zip
Prepare for sconf configuration
Diffstat (limited to 'charLCD')
-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