From 1c75a78573173679505b3713a928134c4ee9716a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 22 Mar 2015 14:07:04 +0100 Subject: Prepare for sconf configuration --- charLCD/conffile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 charLCD/conffile (limited to 'charLCD/conffile') 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 -- cgit v1.2.3