LCD Display controller using STM32 with no Library Function
- BalajiV
- Nov 13, 2020
- 1 min read
Updated: Dec 20, 2020
In this Project, I controlled the LCD display using STM32F446RE on the Register level with no library function.

Components:

Hardware Part:
Place the LCD display in the BreadBoard.
Connect the Supply and Gnd PIN to the controllers +5v and Gnd respectively.
A potentiometer can be used if required to control the contrast of the Display.
We will connect the RS(Reset) pin of LCD to the PB5 of the controller
Then the R/W(Read/Write) pin of LCD to the PB6 of the controller
Next, the EN(Enable) pin of the LCD to the PB7 of the controller
At last the data pins(D0 to D7) of the LCD to the PC0 to PC7 of the controller

Software Part:

Thanks...
Comments