diff options
Diffstat (limited to 'charLCD')
-rw-r--r-- | charLCD/charLCD.h | 0 | ||||
-rw-r--r-- | charLCD/conffile | 18 | ||||
-rw-r--r-- | charLCD/files.mk | 0 |
3 files changed, 0 insertions, 18 deletions
diff --git a/charLCD/charLCD.h b/charLCD/charLCD.h deleted file mode 100644 index e69de29..0000000 --- a/charLCD/charLCD.h +++ /dev/null diff --git a/charLCD/conffile b/charLCD/conffile deleted file mode 100644 index 04d8c26..0000000 --- a/charLCD/conffile +++ /dev/null @@ -1,18 +0,0 @@ -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 diff --git a/charLCD/files.mk b/charLCD/files.mk deleted file mode 100644 index e69de29..0000000 --- a/charLCD/files.mk +++ /dev/null |