Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PIC16f877a LCD ready-to-use functions needed

Status
Not open for further replies.

imranahmed

Advanced Member level 3
Joined
Dec 4, 2011
Messages
817
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
Karachi,Pakistan
Activity points
6,492
Please let me know that I need LCD functions use for PIC16 series or PIC16f877a.

Can anyone give me link,hint or functions?
 

For different compilers, there are different LCD functions used.
Check your examples folder where you have installed your compiler. And, read LCD.c or lcd.h file in your examples folder.
 

The LCD functions at saeedsolutions and lcd.h file in compiler cannot run can anyone know what is problem error[1098] occurs.
 

Hi Ahmed,
read this, if you still dont have decision about compilers try this

very good lib for LCD use...
best regards
 
Dear jayanth,

Please let me know that in saeedsolutions.blogspot.com ,the LCD program I run successfully, but one thing is that, which function shows value store in variable like this ,if unsigned char RPM=234; , then LCD should show 234 instead of its ASCII value.
 

Please let me know that if i want to display floating point value on LCD so how to program it,like if voltages are 12.58V.
 

declare the variable as float.
And if you want display the value 12.58 ,
then, in the printf statement use as, "%4.2f".

Best wishes :)
 
Thank you, but I am not using printf statement ,

GotoYXPositionOnLCD(LCD_LINE1,10);
WriteStringToLCD("VOLTS=");
WriteDigitsToDisplay(ADC_value);


How to do in this?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top