Files
xod/docs/tutorial/26-lcd/README.md
2018-01-26 15:34:36 +03:00

1.4 KiB
Raw Blame History

title
title
Showing Text on LCD

#26. Showing Text on LCD

Note This is a web-version of a tutorial chapter embedded right into the XOD IDE. To get a better learning experience we recommend to install the desktop IDE or start the browser-based IDE, and youll see the same tutorial there.

Brace yourself, because we are about to learn about the text-lcd-16x2 node! If you havent already guessed, this node is used to control 16x2 LCD screens.

Now, lets concentrate on the two constant-string nodes. These nodes contain and transmit data of type string. Yellow is used to indicate string type pins and links. A string is just another name for a line of ordinary text. This sentence is a string!

Patch

Test circuit

Warning Be careful, there are many connections so chances to make a mistake are high. If you see no text, double check all connections and rotate the potentiometer to adjust contrast.

Circuit

↓ Download as a Fritzing project

How-to

Screencast

You should now see “Hello world!” displayed on the screen. Cool? Try to display your own message on the screen.

Next lesson →