forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 1
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: rework the initialization procedure
If proper power supply is used to power the hd44780, it initializes correctly on a reset condition all by itself. However, if the power supply is below its expectations (e.g. some 3.3V Nucleo board), it won't initialize properly on its own, and the MCU has to carry out the initialization as listed in the reference manual. Since we cannot determine it properly in the runtime, always carry out the initialization procedure. Signed-off-by: Jan Kuliga <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
23 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