Embedded - LCD display in mikro c coding

Status
Not open for further replies.

ammmmu

Newbie level 3
Joined
Nov 5, 2008
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
Embedded

Hai to all,
i want to LCD display in mikro c coding please hep me......my friends.....:|
 

Re: Embedded

basically, showing text on LCD from MikroC consist of two commands (if we talk about 2x16 char lcd).
Lcd_Init(&PORTB); //for example use port B as lcd output port
and
Lcd_Out(1, 1, "Test"); //output text on line 1 pos 1

In newer version of MikroC i think there is Lcd_Config instead of Lcd_Init where u can select all those other pins that are used to control LCD.

But i think that help in MikroC is very well written and can help you ...
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…