-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: auxdisplay: hd44780: implement busy-flag polling mechanism
HD44780 controller can indicate via busy flag whether it's finished processing current command. This allows for faster communication between MCU and the HD44780, as the MCU doesn't have to wait for fixed extra period of time in case the current command is processed earlier. Implement this functionality. Signed-off-by: Jan Kuliga <jtkuliga@gmail.com>
- Loading branch information
Showing
1 changed file
with
77 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters