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.

Clear Line 2 on a 16 x 2 LCD

Status
Not open for further replies.

chevymn1964

Full Member level 2
Joined
Apr 1, 2006
Messages
120
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,296
Location
Santa Rosa, Ca.
Activity points
2,551
Hey! anyone have any code to clear the second line only on a 16 x 2 LCD with a pic uC in assembly???????
 

Have you gone through data sheet of the LCD display, there is command for clearing every line.
For MCU specific code you could use PIC Basic Pro for this purpose.
 

Hello, I have looked at the data sheet, I know their is a command to clear the whole display.... What I need to do is to only clear line 2 of the lcd... I am wondering if any one has any code to share in assembly to do just that
 

Hi

I have this problem too
One way that i found, to write 16 "spaces" in line 2.
 

wjr1955 said:
Hi

I have this problem too
One way that i found, to write 16 "spaces" in line 2.

Yep that's how you do it. There is no clear line 2 command, only clear entire display.
 

okay thats what I was thinking.... Just wanted to see if I missed somthing in the data sheet.... Thanks everyone!
 

One way that i found, is to write 16 "spaces" in line 2 too. I write the 0xfe
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top