diff options
Diffstat (limited to 'docs/DRIVER.futabaMDM166A')
-rw-r--r-- | docs/DRIVER.futabaMDM166A | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DRIVER.futabaMDM166A b/docs/DRIVER.futabaMDM166A index 94e6179..088498f 100644 --- a/docs/DRIVER.futabaMDM166A +++ b/docs/DRIVER.futabaMDM166A @@ -12,7 +12,7 @@ The VFD is connected to a PC's USB port. Installation Notes ------------------ -You need installed library libhid to use the futabaMDM166A driver. +You need installed library libhid to use the futabaMDM166A driver. This library libhid is used to access and interact with a USB HID device. * http://libhid.alioth.debian.org/ @@ -62,7 +62,7 @@ RefreshDisplay defines how often a complete refresh will be done. e.g.: A value of 5 means, that the plugin will make a complete refresh on every 5th update. - A value of 0 completely disables complete refreshs. + A value of 0 completely disables complete refreshs. Possible values: 0 <= x <= 50 Default value: 50 |