LCD Commands and Understanding of LCD: Firmware Developer
LCD Commands and Understanding of LCD: Firmware Developer
FIRMWARE DEVELOPER
Embedded Systems
HOME
MICROCONTROLLERS
C/C++ CODES
LINUX
PROJECTS
ARTICLES
CONTACT US
RW -> Read/Write
EN -> Enable
EN= high to low ( Logic ‘1’ delay Logic ‘0’ ) for use LCD module .
1. Control unit of LCD receives signal(basically it is ASCII code) from user and ask to
DDRAM for its match.
2. If ASCII code match, control unit maps corresponding character pattern from CGROM.
3. According to that character pattern, LCD screen energies and we can see character on it .