Posts

Showing posts from September, 2020

To display custom characters on the lcd using 8051 micro-controller.

Image
SOFTWARE:   KEIL MICRO VISION 4 SIMULATOR:   PROTEUS 8.0 CIRCUIT DIAGRAM: WORKING: This project is about displaying custom characters on the lcd.Simple meaning of custom character is the character which is not available on the keyboard or which is made by modifying original characters. In the lcd display,to display characters which are already available in the form of ascii value (from 'a' to 'z' or any other characters) we do not need to do anything.By sending the ascii value or sending the character directly to the lcd we can able to display those characters(which are already available) on the lcd. In the lcd display,there is one controller which control all the operations of the lcd.Lcd controller has a memory called  CG-RAM(character generator random access memory)  which is used to create and store the custom character. Size of the CG-RAM is 64 bytes. At a time we can able to display 8 custom characters(for 5*8 matrix) and 4 custom characters(for 5*10 matrix) on th