??? 02/02/08 17:58 Read: times |
#150228 - d0-d3 Responding to: ???'s previous message |
In 4bit mode, d0-d3 must be at allways at logic high!
My other display has this pins pulled and when I check it with a voltage meter they are at VCC(5v) while disconnected. The display I'm currently using (CP1620F) has those pins at 3.5V while disconnected I guess its not enough since it didn't work. And when I tied those pins to VCC (5V) it works. BTW I'm done writing the functions which will handle the LCD if anyone intrested it support 8bit and 4bit mode: lcd.h (header file): http://rafb.net/p/QVuj8791.nln.html main.c (example program): http://rafb.net/p/mMZOiT88.nln.html * Notice the required defines before including lcd.h |