N nusry New Member Mar 14, 2010 #1 are these pin connections ok? PIC24F04KA201 What is the different between 4bit communication and 8bit communication? Attachments lcd1..png 126.4 KB · Views: 302 Last edited: Mar 14, 2010
are these pin connections ok? PIC24F04KA201 What is the different between 4bit communication and 8bit communication?
ericgibbs Well-Known Member Most Helpful Member Mar 14, 2010 #2 nusry said: are these pin connections ok.... PIC24F04KA201 What is the different between 4bit communication and 8bit communication? Click to expand... hi, Using 8 bit wide data to the LCD means that a full 8 bit byte can be written to the LCD controller. With 4 bit wide data, the 8 bits of data are written in two successive 4 bit bytes. The 8 bit is overall faster but requires 8 PIC pins, the 4 bit uses only 4 PIC pins. OK.? Last edited: Mar 14, 2010
nusry said: are these pin connections ok.... PIC24F04KA201 What is the different between 4bit communication and 8bit communication? Click to expand... hi, Using 8 bit wide data to the LCD means that a full 8 bit byte can be written to the LCD controller. With 4 bit wide data, the 8 bits of data are written in two successive 4 bit bytes. The 8 bit is overall faster but requires 8 PIC pins, the 4 bit uses only 4 PIC pins. OK.?