when HD44780 lcd need to do initialization ?

Thread Starter

Alex1700

Joined Jan 12, 2020
107
The hd44780 LCD the datasheet states that the
power supply conditions for correctly operating the internal reset circuit are not met, and initialization by
instructions becomes necessary. Could someone clarify this statement?

1679293940303.png
 

Attachments

MrChips

Joined Oct 2, 2009
30,701
The LCD controller must be initialized every time on power on.
If a power loss is detected, i.e. even on a temporary drop in voltage (brownout), it must be initialized.
 

Thread Starter

Alex1700

Joined Jan 12, 2020
107
The LCD controller must be initialized every time on power on.
If a power loss is detected, i.e. even on a temporary drop in voltage (brownout), it must be initialized.
Mean that I need to put the initialization code in the void setup?
 
Top