In this article we will discuss about
various types of Lcds used in Robots. Lcds stand for Liquid crystal display. It
is an electronic display module, it has a wider application in many fields.Lcds
are used in robots also to display any message for the user. If we want to
display value of sensors or any other data, these Lcds work a lot there. In
short it helps in debugging hardware and software components of Robots. For
displaying text we need to use software.We can represent an a single character
through an array of pixels. We need eight bytes to update one character on the
screen. The two starting command bytes tell us the two locations and the other
six bytes are used for the character.
Here we will talk about different types of Lcds used in small robots.Lcds are
preferable as they are more economical and easily programmable.
2x8 display
It is a high contrast Lcds which is either in blue or neutral in color. It is
HD44780 compatible with built in ASCII character set. It either four or eight bit data base interface. The other
advantage of it that it is simply plug into PCB directly. It has 14vpins out of which pin no. 1 and 2 are for voltage
supplies, Pin 1 is used for ground.Using 3rd pin we can set contrast as much as we need. Pin no.7 to 14 are for displaying data
only.These all as we know work on a set of commands,i.e.for example if we provide it code 0000000001 It gives command to
clear all the display and then want the cursor
to return to home position, The first two 00s are for RS and R/W. In this way we
have different sets for different instructions. Plus if we want to create our own character, we can do this as
well. This can be possible by command "CG RAM Address set", This command defines the ASCII code and bit line."Data
write"command defines line by line the new character.
Join the conversation! Your thoughts help the community grow.