keil c code for glcd interface with lpc2138
#1

Hi am john i would like to get details on keil c code for glcd interface with lpc2138 ..My friend jithin said keil c code for glcd interface with lpc2138 will be available here 
Reply
#2

The liquid crystal display (LCD) is very commonly used electronic display module and have a wide range of applications such as calculators, laptops, mobile phones etc. 16 × 2 LCD character display is a very basic module that is used Commonly in electronic devices and projects. It can display 2 lines of 16 characters. Each character is displayed using 5 × 7 or 5 × 10 pixels matrix.Interfacing 16 × 2 LCD with 8051 using Keil C is a bit complex because there are no powerful libraries in Keil C. To solve this problem we have developed an LCD library Which includes Common Usage Features, you simply have to include our header file and use it. You can download the header file at the end of this article.

LCD can be connected to the micro-controller in 4-bit or 8-bit mode. These differ in how the data is sent to the LCD. In 8-bit mode to write a character, the 8-bit ASCII data is sent through the D0-D7 data lines and the data strobe is given through the E of the LCD. LCD commands that are also 8-bit are written on LCD in a similar way.

But the 4-bit mode uses only 4 D4-D7 data lines. In this mode, the 8-bit ASCII data and command data are divided into two parts and sent sequentially through data lines. The idea of 4-bit communication is used to save micro-controller pins. 4-bit communication is a bit slower than 8-bit communication, but this difference in speed can be neglected since LCDs are low-speed devices. Therefore, data transfer in 4-bit mode is the most used.


Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: glcd interfacing with lpc2138 c code, adlx335 with lpc2138 code, do we need interface glcd jhd12864e with lpc2148, how to interface ir sensor with 8051 microcontroler with keil software, motor interfacing with lpc2138, lpc2138 interfacing c code with glcd, sim900 interface c code,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  How to interface Apr33a3 voice module 0 748 09-02-2019, 06:43 PM
Last Post:
  fingerprint uart interface code for lpc2148 0 582 18-06-2018, 12:00 PM
Last Post: Guest
  keil code for tachometer using 8051 0 634 25-03-2018, 04:43 PM
Last Post: Guest
  how to interface lm35 with fpga code in verilog 0 537 04-03-2018, 09:56 PM
Last Post: Guest
  java code code for railway anti collision system 1 673 13-02-2018, 11:13 AM
Last Post: dhanabhagya
  cancer detection matlab code source code 1 814 08-09-2017, 10:13 AM
Last Post: jaseela123d
  how to interface camera to lpc2148 1 571 05-08-2017, 03:24 PM
Last Post: jaseela123d
  blind stick with audio interface ppt 1 487 30-06-2017, 09:30 AM
Last Post: jaseela123d
  load cell interface with microcontroller 8051 code 1 550 29-06-2017, 10:46 AM
Last Post: jaseela123d
  car parking system using 8051 keil c coding 1 539 27-06-2017, 10:47 AM
Last Post: jaseela123d

Forum Jump: