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.

LCD interfacing commands help?

Status
Not open for further replies.

areeb

Junior Member level 2
Joined
Jan 28, 2009
Messages
20
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,283
Activity points
1,421
Hi guys,

I am working on a LCD interfacing, I have following commands that need to be explained, specially the first command inv_start(), thanks!

Code:
Inv_Start();
LCD_Start();
LCD_Position(0,0);
LCD_PrCString("System ok");
 

Obviously, the cited source code only calls some functions of a library. Maybe you should also post the library or where ever these functions are declared. And maybe also mention the controller of your lcd.
Very broad: maybe Inv_Start(); calls a function to start the inverter to activate the backlight of your LCD.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top