Arduino LCD Display FlyIn Text Effect
by dientropy in Circuits > Arduino
3425 Views, 8 Favorites, 0 Comments
Arduino LCD Display FlyIn Text Effect
The LCD display can be connected to an Arduino and display any text. In this Intructable I will show you how to perform the FlyIn effect of a text string.
Details
You will need:
- Arduino Uno
- LCD display 2x16
- Potensiomeneter 10kOhm
- 220 ohm resistor
- Breadboard
- Jump wires.
You will also need a computer and a sober person to assemble the circuit and load the code to Arduino. Lets drink beer afterwards )))
Assemble the Circuit
The Code
Upload the attached code to Arduino (LcdTextFlyInEffect.ino)
Downloads
The Text Effect
If the circuit was assembled correctly and the code was uploaded successfully to the Arduino then you should see the string "entropy" flying in on the LCD display from left to right beginning from the last letter to the first.
You can change the "entropy" text in the code along with the rest variables in order to modify the speed and the position of the text.