From the course: Learning Arduino: Interfacing with Hardware

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Understanding HD4470 controller

Understanding HD4470 controller - Arduino Tutorial

From the course: Learning Arduino: Interfacing with Hardware

Start my 1-month free trial

Understanding HD4470 controller

- [Instructor] So now let's try to understand how LCD works. Most LCD's that are compatible with Arduino uses the HD Controller to manage the LCD. The HD44780, is referred to as dot matrix, liquid crystal display controller and driver. So, each dot matrix inside the LCD has five columns, and eight rows, as you can see in the picture. Each of the dot matrix within the 16 characters has a five by eight matrix. This is used to show letters and numbers when using the LCD. So, if letter A is showing in the first dot matrix then these are the dots that are highlighted. Most LCD are supported by this type of controller and it shows up to 27 characters for each line. Now, it depends on the LCD type. It shows a certain number of columns. So, if we're using an 8 x 2 LCD then we can only see eight columns out of the 27 columns. If we're using 16 x 2 then we only see 16 out of 27. Now, if we wanted to display a sentence, we need to know how many characters are in it by counting the number of…

Contents