Comments on: Interfacing LCD with PIC Microcontroller – MPLAB XC8 https://electrosome.com/lcd-pic-mplab-xc8/ You Inspire.....We Create..... Sat, 11 Apr 2020 15:37:16 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Ligo George https://electrosome.com/lcd-pic-mplab-xc8/#comments/9598 Sat, 11 Apr 2020 15:37:16 +0000 https://electrosome.com/?p=8468#comment-9598 In reply to Taolo.

You should include the header file stdio.h to use sprintf(). By the way thanks for asking this question, I have included this information in the article also.

]]>
By: Taolo https://electrosome.com/lcd-pic-mplab-xc8/#comments/9595 Thu, 09 Apr 2020 11:07:02 +0000 https://electrosome.com/?p=8468#comment-9595 Hi. I cannot use the sprintf function. I get an error in building the code. How should be included, the sprintf function?

]]>
By: Ligo George https://electrosome.com/lcd-pic-mplab-xc8/#comments/9594 Thu, 09 Apr 2020 07:56:42 +0000 https://electrosome.com/?p=8468#comment-9594 In reply to Rohit Deepak.

You can download it above, in the downloads section.
https://electrosome.com/lcd-pic-mplab-xc8/#Download_Here

]]>
By: Rohit Deepak https://electrosome.com/lcd-pic-mplab-xc8/#comments/9593 Wed, 08 Apr 2020 15:57:06 +0000 https://electrosome.com/?p=8468#comment-9593 how do add lcd.h header file in the project

]]>
By: Ligo George https://electrosome.com/lcd-pic-mplab-xc8/#comments/9545 Tue, 25 Feb 2020 09:56:59 +0000 https://electrosome.com/?p=8468#comment-9545 In reply to Guest579.

I am not sure about this particular LCD. But you can use any LCD which uses a controller compatible with HD44780. So first check whether this LCD controller is HD44780 compatible. If not you might need to make minor changes as per the specifications of that particular controller. In my experience, most of these kinds of LCD’s controller are compatible to HD44780.

]]>
By: Guest579 https://electrosome.com/lcd-pic-mplab-xc8/#comments/9544 Mon, 24 Feb 2020 00:04:32 +0000 https://electrosome.com/?p=8468#comment-9544 Hello, Ive ordered the pic you re using, but my lcd is a qapass 16×2 lcd ( from the elegoo mega 2560 kit). From your experience, do you know if the lcd controller is compatible or do i need to buy a new lcd…where did you buy yours from? Does it exist on amazon or ebay? If yes could you provide a link?
Thank you!!!

]]>
By: Võ Hoàng Sơn https://electrosome.com/lcd-pic-mplab-xc8/#comments/7383 Tue, 02 Apr 2019 04:54:39 +0000 https://electrosome.com/?p=8468#comment-7383 please why i can’t display lcd and how i can fix lcd.h https://uploads.disquscdn.com/images/aa229a7c89830683dec684bf7d9886e3c576bc400642bc50e6e01440b7cc44bc.png

]]>
By: Fabri https://electrosome.com/lcd-pic-mplab-xc8/#comments/7260 Tue, 26 Feb 2019 23:02:03 +0000 https://electrosome.com/?p=8468#comment-7260 In reply to Sefa ASLAN.

I need this

]]>
By: Aditya Adiga https://electrosome.com/lcd-pic-mplab-xc8/#comments/7240 Tue, 15 Jan 2019 14:06:20 +0000 https://electrosome.com/?p=8468#comment-7240 Thanks . your code works for pic16f877a. I have a problem that i want lcd display output using pic16f1509. I did simulation in proteus using pic16f1509. I got proper lcd display output in simulation but practically i’m getting blinking of boxes in lcd display. Please suggests me , what are the changes have to be done ?

]]>
By: Sławek Wiśniewski https://electrosome.com/lcd-pic-mplab-xc8/#comments/7135 Tue, 24 Jul 2018 17:31:02 +0000 https://electrosome.com/?p=8468#comment-7135 I have warning, MPLAB V5 XC8, PIC18F4550, Internal oscillator,
but it works great, It’s a great help !!!

warning is

./lcd.h:7:3: warning: ‘RD4’ is deprecated [-Wdeprecated-declarations]
D4 = 1;
^
main.c:5:12: note: expanded from macro ‘D4’
#define D4 RD4
^

]]>