Arduino LCD Display Chat Control

HD44780 character LCD displays are monochrome visualisation devices. You can get them in 16x1, 16x2 and 20x4 dimensions, which represents columns x rows. It is able to display 240 different built in characters, but you can create your own characters if you wish. Set the cursor anywhere and display character strings or clear display anytime. The backlight can be turned on or off depending on your choice (Figure 1).

On Figure 2 you can see a connection where the backlight is continuously powered by 5V. The backlight color can differ depending on the LCD's specification. Scroll below to see some codes for both Figure 1 and 2. Upload the code for your wiring, so Ozeki 10 can use your LCD connection.

You can chat with the device at the Ozeki 10 as the video shows below.

Possible commands

  • help - Prints the help
  • backlighton - Turn backlight on
  • backlightoff - Turn backlight off
  • blinkon - Turn blink on
  • blinkoff - Turn blink off
  • clear - Clear the screen
  • More information