S6A0069 are HD44780 compatible ?
Publicado por gaston (2 intervenciones) el 29/08/2006 22:37:15
Somebody know if the S6A0069 are HD44780 compatible ?
, my display does not work well with the example.
----------------------------------------------------------------
PIC = 16F84A
xt = 4 Mhz
interface = 8 bits
software =MikroC
----------------------------------------------------------------
char *text = "mikroElektronika";
void main() {
TRISA = 0; // PORTA is output
TRISB = 0; // PORTB is output
// Initialize LCD at PORTA and PORTB with custom pin settings
Lcd8_Config(&PORTA,&PORTB,0,1,2,0,1,2,3,4,5,6,7); (my pinout)
Lcd8_Cmd(LCD_CURSOR_OFF); // Turn off cursor
Lcd8_Out(1, 1, text); // Print text at LCD
}
----------------------------------------------------------------
P.D.: what is the difference between 8 bit interface and 4 bits interface ?
thank you very much
, my display does not work well with the example.
----------------------------------------------------------------
PIC = 16F84A
xt = 4 Mhz
interface = 8 bits
software =MikroC
----------------------------------------------------------------
char *text = "mikroElektronika";
void main() {
TRISA = 0; // PORTA is output
TRISB = 0; // PORTB is output
// Initialize LCD at PORTA and PORTB with custom pin settings
Lcd8_Config(&PORTA,&PORTB,0,1,2,0,1,2,3,4,5,6,7); (my pinout)
Lcd8_Cmd(LCD_CURSOR_OFF); // Turn off cursor
Lcd8_Out(1, 1, text); // Print text at LCD
}
----------------------------------------------------------------
P.D.: what is the difference between 8 bit interface and 4 bits interface ?
thank you very much
Valora esta pregunta


0