The ula200 Driver

This section talks about using LCDproc with LCD displays that use the ULA-200 USB adapter for HD44780 drivers that can be obtained at ELV.

Configuration in LCDd.conf

[ula200]

Size= WIDTH x HEIGHT

Select the LCD size [default: 20x4]

KeyMap_A= KEY , KeyMap_B= KEY , KeyMap_C= KEY , KeyMap_D= KEY , KeyMap_E= KEY , KeyMap_F= KEY

If you have a non standard keypad you can associate any keystrings to keys. There are 6 input keys in the ULA-200 hardware that generate characters from 'A' to 'F'. Legal values for KEY are Up, Down, Left, Right, Enter and Escape.

The following it the built-in default mapping hardcoded in the driver.

KeyMap_AUp
KeyMap_BDown
KeyMap_CLeft
KeyMap_DRight
KeyMap_EEnter
KeyMap_FEscape

You may leave it unchanged if you have a standard keypad. You can change it if you want to report other keystrings or have a non standard keypad.