??? 10/01/08 04:02 Read: times |
#158718 - yes i have moved them as well Responding to: ???'s previous message |
yes actually i have defined them in such a way that i din't need to use separate definitions for the control lines
i'll give you an example lcd_port = (((dat >> 4) & 0x0F)|LEN|RS); "dat" is the data i data i want to send i have rotated it as i am using the lower 4 lined as the data lines (p3.0-p3.3) so if i just change the port add in the #define lcd_port equ p3 it should theoretic-ly work . but for some strange reason it doesn't . why does this happen ? |