diff options
author | Michele Di Maria <michele@nt2.it> | 2012-01-04 22:35:30 +0100 |
---|---|---|
committer | Michele Di Maria <michele@nt2.it> | 2012-01-04 22:35:30 +0100 |
commit | cf24c3a3ee334f903be88cde1c771e7c3012d77b (patch) | |
tree | 3cc5703f0721f233fc5d7d755acb0ef9f21b525a | |
parent | 78e2050b54288728e9387b369a7ec50e6eb1feb0 (diff) | |
download | pfsense-packages-cf24c3a3ee334f903be88cde1c771e7c3012d77b.tar.gz pfsense-packages-cf24c3a3ee334f903be88cde1c771e7c3012d77b.tar.bz2 pfsense-packages-cf24c3a3ee334f903be88cde1c771e7c3012d77b.zip |
Some little fix/debug.
Added the driver "hd44780 fast" as alternative to the previous driver that had set some delays.
-rw-r--r-- | config/lcdproc-dev/lcdproc.inc | 15 | ||||
-rw-r--r-- | config/lcdproc-dev/lcdproc.xml | 12 | ||||
-rw-r--r-- | config/lcdproc-dev/lcdproc_screens.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
5 files changed, 26 insertions, 7 deletions
diff --git a/config/lcdproc-dev/lcdproc.inc b/config/lcdproc-dev/lcdproc.inc index 1346b357..5733b7aa 100644 --- a/config/lcdproc-dev/lcdproc.inc +++ b/config/lcdproc-dev/lcdproc.inc @@ -299,6 +299,21 @@ $config_text .= "DelayBus=true\n"; $config_text .= "Size={$lcdproc_config['size']}\n"; break; + case "hd44780 fast": + $config_text .= "[{$lcdproc_config['driver']}]\n"; + $config_text .= "ConnectionType=lcd2usb\n"; + $config_text .= "Speed=19200\n"; + $config_text .= "Charmap=hd44780_default\n"; + $config_text .= "Keypad=yes\n"; + $config_text .= "Contrast=850\n"; + $config_text .= "Brightness=800\n"; + $config_text .= "OffBrightness=0\n"; + $config_text .= "Backlight=yes\n"; + $config_text .= "OutputPort=no\n"; + $config_text .= "DelayMult=1\n"; + $config_text .= "DelayBus=no\n"; + $config_text .= "Size={$lcdproc_config['size']}\n"; + break; case "icp_a106": $config_text .= "[{$lcdproc_config['driver']}]\n"; $config_text .= "Device={$realport}\n"; diff --git a/config/lcdproc-dev/lcdproc.xml b/config/lcdproc-dev/lcdproc.xml index a845d519..826ee86f 100644 --- a/config/lcdproc-dev/lcdproc.xml +++ b/config/lcdproc-dev/lcdproc.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8" ?> <packagegui> - <title>Services: LCDproc 0.5.4 pkg v. 0.3</title> + <title>Services: LCDproc 0.5.4 pkg v. 0.4</title> <name>lcdproc</name> - <version>0.5.4 pkg v. 0.3</version> + <version>0.5.4 pkg v. 0.4</version> <savetext>Save</savetext> <include_file>/usr/local/pkg/lcdproc.inc</include_file> <tabs> @@ -70,11 +70,11 @@ </option> <option> <value>ucom1</value> - <name>USB Com port 1 (/dev/cuau0)</name> + <name>USB Com port 1 (/dev/cuaU0)</name> </option> <option> <value>ucom2</value> - <name>USB Com port 2 (/dev/cuau1)</name> + <name>USB Com port 2 (/dev/cuaU1)</name> </option> <option> <value>lpt1</value> @@ -187,6 +187,10 @@ <name>hd44780</name> </option> <option> + <value>hd44780 fast</value> + <name>hd44780 fast</name> + </option> + <option> <value>icp_a106</value> <name>icp_a106</name> </option> diff --git a/config/lcdproc-dev/lcdproc_screens.xml b/config/lcdproc-dev/lcdproc_screens.xml index acde02ca..7dee9a9f 100644 --- a/config/lcdproc-dev/lcdproc_screens.xml +++ b/config/lcdproc-dev/lcdproc_screens.xml @@ -2,7 +2,7 @@ <packagegui> <title>Services: LCDproc: Screens</title> <name>lcdproc_screens</name> - <version>0.5.4 pkg v. 0.3</version> + <version>0.5.4 pkg v. 0.4</version> <savetext>Save</savetext> <include_file>/usr/local/pkg/lcdproc.inc</include_file> <tabs> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 136f989b..79a271ad 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1018,7 +1018,7 @@ <descr>LCD display driver - Development version</descr> <website>http://www.lcdproc.org/</website> <category>Utility</category> - <version>lcdproc-0.5.4 pkg v. 0.3</version> + <version>lcdproc-0.5.4 pkg v. 0.4</version> <status>BETA</status> <required_version>2.0</required_version> <maintainer>michele@nt2.it</maintainer> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index 20a689e1..5c89f089 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -989,7 +989,7 @@ <descr>LCD display driver - Development version</descr> <website>http://www.lcdproc.org/</website> <category>Utility</category> - <version>lcdproc-0.5.4 pkg v. 0.3</version> + <version>lcdproc-0.5.4 pkg v. 0.4</version> <status>BETA</status> <required_version>2.0</required_version> <maintainer>michele@nt2.it</maintainer> |