30F6012A and LCD

General discussion on mikroC for dsPIC30/33 and PIC24.
Post Reply
Author
Message
vuphanhuan
Posts: 1
Joined: 17 Jun 2010 03:34

30F6012A and LCD

#1 Post by vuphanhuan » 17 Jun 2010 04:12

I have problem with dsPIC 30F6012. here is code:
char text[6] = "mikro";
void main() {
ADPCFG = 0xFFFF;
Lcd_Custom_Config(&PORTD, 7,6,5,4, &PORTC, 13,0,14);
Lcd_Custom_Cmd(LCD_CURSOR_OFF);
Lcd_Custom_Out(1,3, text);
Lcd_Custom_Out(2,6, text);
Lcd_Custom_Chr(2,7, 'a');
Lcd_Custom_Out(1,10, text);
Lcd_Custom_Chr(1,11, 'o');
}
Please show me what fail for me. thanhk you before.

User avatar
ranko.rankovic
Posts: 433
Joined: 11 Jun 2010 09:22

Re: 30F6012A and LCD

#2 Post by ranko.rankovic » 18 Jun 2010 12:28

Hello vuphanhuan,

Can you send me you whole project, and explain exactly what is not working.
Ranko Rankovic
mikroElektronika [Support Department]

Post Reply

Return to “mikroC for dsPIC30/33 and PIC24 General”