hd44780: Increase timeout to 40us
There have been several reports that increasing the delay from 37us to 40us eliminates screen corruption on some clone hd44780 displays. Increase the timeout value so that the standard code works on these displays. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -8,7 +8,7 @@ import logging
|
||||
|
||||
BACKGROUND_PRIORITY_CLOCK = 0x7fffffff00000000
|
||||
|
||||
HD44780_DELAY = .000037
|
||||
HD44780_DELAY = .000040
|
||||
|
||||
class HD44780:
|
||||
def __init__(self, config):
|
||||
|
||||
Reference in New Issue
Block a user