voici mon code d'un simple affichage sur LCD mais qui n'a pas marché
void main() {
char *text = "mikroElektronika";
TRISD = 0; // PORTD is output
LCD_Config(&PORTD,1,0,2,7,6,5,4);
Lcd_Init(&PORTD); // Initialize LCD connected to PORTB
Lcd_Cmd(Lcd_CLEAR); // Clear display
Lcd_Cmd(Lcd_CURSOR_OFF); // Turn cursor off
Lcd_Out(1, 1, text); // Print text to LCD, 2nd row, 1st column
aide SVP





