Re: HD44780 serial driver
Markus Dolze <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
On 23.10.2011 22:06, Matthias Kirchner wrote:
> Hi!
>
>>> I made a patch for the HD44780 serial driver, because LoS-Panel's
>>> keypad function did not work properly.
>>> A `diff` against the original hd44780-serial.c from lcdproc 0.5.4:
>>> ...
>> 1. Use unified diff format (diff -u)
>> 2. Attach the result as a file to your mail, not within the text part
>> of your message.
>>
> OK, here it comes (again, because of the wrong recipient)
>
> Greetz
> Matthias
Committed, with slight changes.
Additionally setting the backlight did not work which I fixed as well.
Note that the current LoS-Panel firmware (0.11) has a few problems
related to key input:
1. Backlight turns off if a key is pressed.
2. LoS-Panel may miss some screen changes if a key is pressed too
long (especially if using the menu). You may need to set
"RefreshDisplay" option in LCDd.conf.
3. Sometimes key presses are not detected.
Regards,
Markus