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.

[SOLVED] LCD 16x2 LCD display problem PIC 16f887

Status
Not open for further replies.

Momoatomic

Newbie level 2
Joined
Feb 29, 2016
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
13
Hello!

I'm using mikroC PRO for PIC and Proteus 8.
here's the header and source files and the circuit
View attachment Programme.rar
My code works perfectly when i comment these 6 lines in programme.c (from line 93 to line 98):
Lcd_Out(1,2,"OPERATION");
Lcd_Out(2,8,"ACHIVED");
Delay_ms(5000);
Lcd_Cmd(_LCD_CLEAR);
Lcd_Out(1,2,"Press START to");
Lcd_Out(2,5,"continue");

Otherwise the display of the whole previous part goes wrong.
I tried everything and I can't find a solution.

I hope someone will help me to solve this
Thanks!
 

I solved it by adding Lcd_Init(); before the commented part
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top