Comments on: Interfacing LCD with 8051 using Keil C – AT89C51 https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/ You Inspire.....We Create..... Sun, 30 Sep 2018 16:13:19 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Adnan Rahim https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/7175 Sun, 30 Sep 2018 16:13:19 +0000 https://electrosome.com/?p=5800#comment-7175 how to write on lcd it just glows but i want to write on lcd

]]>
By: Akshay Kummari https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6838 Mon, 07 Aug 2017 07:08:00 +0000 https://electrosome.com/?p=5800#comment-6838 In reply to Ligo George.

c
s

]]>
By: Muba https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6835 Tue, 01 Aug 2017 09:02:00 +0000 https://electrosome.com/?p=5800#comment-6835 Please I have been trying to add a delete function that deletes a character when initiated please help

]]>
By: Amit Joshi https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6735 Wed, 05 Apr 2017 06:25:00 +0000 https://electrosome.com/?p=5800#comment-6735 In reply to Saravann.

lcd.h header file should be save in new text of same project.
There will be two files in your project case Text1.c and lcd.h

]]>
By: Anant Deshpande https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6725 Sat, 01 Apr 2017 07:13:00 +0000 https://electrosome.com/?p=5800#comment-6725 I want to display a variable. I declared it under int. What do I do now?

]]>
By: Raja Mourian https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6688 Wed, 08 Mar 2017 01:41:00 +0000 https://electrosome.com/?p=5800#comment-6688 In reply to Ligo George.

there is some mistake in this cmd please change it sir

]]>
By: Raja Mourian https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6687 Wed, 08 Mar 2017 01:39:00 +0000 https://electrosome.com/?p=5800#comment-6687 In reply to Saad Mahmood.

you didnt initilalize the basic functions like void lcd_cmd() void lcd_data() void lcd_init() after calling each function with proper statement it will work

]]>
By: Usama https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6402 Tue, 04 Oct 2016 15:25:00 +0000 https://electrosome.com/?p=5800#comment-6402 In reply to Saad Mahmood.

connect a resistor array with lcd connection thanku

]]>
By: Ligo George https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6375 Thu, 22 Sep 2016 13:57:00 +0000 https://electrosome.com/?p=5800#comment-6375 In reply to Cris Tingcang.

try adding prototype in your program.

]]>
By: Cris Tingcang https://electrosome.com/interfacing-lcd-with-8051-using-keil-c-at89c51/#comments/6364 Fri, 16 Sep 2016 09:06:00 +0000 https://electrosome.com/?p=5800#comment-6364 Hi Sir,

Everytime I build and compile my program in keil, warning C206 always pops up and says:

LCD.C(37): warning C206: ‘Lcd8_init’: missing function-prototype

the Lcd8_init is properly declared and defined in your header file “lcd.h” and yet this warning is displayed. What might be the solution for this?

By the way sir, thanks for the examples. I learned a lot from you. The program is working properly both in simulation and hardware.

Thanks,

Cris

]]>