How to display custom animations on 16x2 LCD using 8051 microcontroller (AT89C51)
Summary
Animating custom made characters on a 16x2 LCD screen can be very exciting. (Also see LCD custom characters.) This topic explains the principle and operation of a displaying animation on LCD using Microcontroller AT89C51.
Description
There's a useful side effect to the way the LCD controller uses CG RAM. Normally, we define a pattern in CG RAM, and then print the character. But it is also possible to change the CG RAM for characters that are already on the screen, and their appearance will change (for more detail about CG RAM and LCD refer LCD custom character and LCD interfacing).
Video
Code
This Code is only visible to Registered users. Please Login/Register
Components
|
Preset A preset is a three legged electronic component which can be made to offer varying resistance in a circuit. The resistance is varied by adjusting the rotary control over it. The adjustment can be done by using a small screw driver or... |
|
AT89C51 Microcontroller AT89C51 is an 8-bit microcontroller and belongs to Atmel's 8051 family. ATMEL 89C51 has 4KB of Flash programmable and erasable read only memory (... |
|
LCD
LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications. A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits. These modules are preferred over seven segments... |
- 11544 reads
