summaryrefslogtreecommitdiff
path: root/interface-definitions/system-lcd.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-10-10 18:53:02 +0200
committerChristian Poessinger <christian@poessinger.com>2021-10-10 19:07:26 +0200
commitf4d736112b64933c1849d16072575f665ca9f4c1 (patch)
treefe444d5a446016397753ba684008d2340ccd83f7 /interface-definitions/system-lcd.xml.in
parent1786246655c36e932be649a29d70cca6c9a29773 (diff)
downloadvyos-1x-f4d736112b64933c1849d16072575f665ca9f4c1.tar.gz
vyos-1x-f4d736112b64933c1849d16072575f665ca9f4c1.zip
lcd: T2564: add support for hd44780 displays
(cherry picked from commit 4218a5bcb1093108e25d4e07fa07050b4f79d3d5)
Diffstat (limited to 'interface-definitions/system-lcd.xml.in')
-rw-r--r--interface-definitions/system-lcd.xml.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/interface-definitions/system-lcd.xml.in b/interface-definitions/system-lcd.xml.in
index 36116ae1b..4c9d5c92e 100644
--- a/interface-definitions/system-lcd.xml.in
+++ b/interface-definitions/system-lcd.xml.in
@@ -12,7 +12,7 @@
<properties>
<help>Model of the display attached to this system [REQUIRED]</help>
<completionHelp>
- <list>cfa-533 cfa-631 cfa-633 cfa-635 sdec</list>
+ <list>cfa-533 cfa-631 cfa-633 cfa-635 hd44780 sdec</list>
</completionHelp>
<valueHelp>
<format>cfa-533</format>
@@ -31,11 +31,15 @@
<description>Crystalfontz CFA-635</description>
</valueHelp>
<valueHelp>
+ <format>hd44780</format>
+ <description>Hitachi HD44780, Caswell Appliances</description>
+ </valueHelp>
+ <valueHelp>
<format>sdec</format>
<description>Lanner, Watchguard, Nexcom NSA, Sophos UTM appliances</description>
</valueHelp>
<constraint>
- <regex>^(cfa-533|cfa-631|cfa-633|cfa-635|sdec)$</regex>
+ <regex>^(cfa-533|cfa-631|cfa-633|cfa-635|hd44780|sdec)$</regex>
</constraint>
</properties>
</leafNode>